summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul_V1/WebContent/css
diff options
context:
space:
mode:
authortspitzer2013-06-17 16:15:42 +0200
committertspitzer2013-06-17 16:15:42 +0200
commitc466405d3abc2c294bcefb1ffdbb1655c146e6aa (patch)
treee82c7586579c75535c6fceceb6a6c08a10d3420c /Dozentenmodul_V1/WebContent/css
parentGrundaufbau der HP (diff)
downloadtutor-module-c466405d3abc2c294bcefb1ffdbb1655c146e6aa.tar.gz
tutor-module-c466405d3abc2c294bcefb1ffdbb1655c146e6aa.tar.xz
tutor-module-c466405d3abc2c294bcefb1ffdbb1655c146e6aa.zip
new
Diffstat (limited to 'Dozentenmodul_V1/WebContent/css')
-rw-r--r--Dozentenmodul_V1/WebContent/css/Input.css26
-rw-r--r--Dozentenmodul_V1/WebContent/css/Layout.css19
2 files changed, 25 insertions, 20 deletions
diff --git a/Dozentenmodul_V1/WebContent/css/Input.css b/Dozentenmodul_V1/WebContent/css/Input.css
index dce35868..41357090 100644
--- a/Dozentenmodul_V1/WebContent/css/Input.css
+++ b/Dozentenmodul_V1/WebContent/css/Input.css
@@ -5,21 +5,6 @@
src: url(/Dozentenmodul_V1/UbuntuFonts/Ubuntu-L.ttf);
}
-#Logo{
- top:0;
- left:0;
- height:120px;
- width:50%;
-}
-
-#deutsch{
- float:right;
- margin-right:10px;
-}
-
-#englisch{
- float:right;
-}
article.input section {
@@ -93,8 +78,7 @@ article.input section input{
fieldset{
margin-top: 10px;
- margin-left: 30px;
- margin-right: 30px;
+
}
article.input section input{
@@ -154,7 +138,13 @@ font-family:Ubuntu;
width: 500px;
background-color: #c5d2de;
}
-
+#sw_chooser{
+ width: 310px;
+}
+#sw_choosed{
+ width:310px;
+ float:right;
+}
#buttonAddSW{
margin-left: 30px;
width: 150px;
diff --git a/Dozentenmodul_V1/WebContent/css/Layout.css b/Dozentenmodul_V1/WebContent/css/Layout.css
index dd3054ce..2d0a57bc 100644
--- a/Dozentenmodul_V1/WebContent/css/Layout.css
+++ b/Dozentenmodul_V1/WebContent/css/Layout.css
@@ -91,8 +91,7 @@ html,body{
background-color: #757575;
position: absolute;
bottom: 0px;
- left:50%;
- margin-left:-40%;
+ left: 300px;
-moz-border-radius: 25px 25px 0px 0px;
-webkit-border-radius: 25px 25px 0px 0px;
border-radius: 25px 25px 0px 0px;
@@ -113,5 +112,21 @@ html,body{
position:absolute;
left: 300px;
top: 100px;
+ width:80%;
+ height:80%;
+ overflow-y: scroll;
}
+
+#bread a:hover {
+ text-decoration:none;
+}
+
+#bread a:hover {
+ text-decoration:underline;
+}
+
+#buttonweiter{
+ position: relative;
+ left: 300px;
+}