diff options
| author | tspitzer | 2013-06-17 16:15:42 +0200 |
|---|---|---|
| committer | tspitzer | 2013-06-17 16:15:42 +0200 |
| commit | c466405d3abc2c294bcefb1ffdbb1655c146e6aa (patch) | |
| tree | e82c7586579c75535c6fceceb6a6c08a10d3420c /Dozentenmodul_V1/WebContent/css/Layout.css | |
| parent | Grundaufbau der HP (diff) | |
| download | tutor-module-c466405d3abc2c294bcefb1ffdbb1655c146e6aa.tar.gz tutor-module-c466405d3abc2c294bcefb1ffdbb1655c146e6aa.tar.xz tutor-module-c466405d3abc2c294bcefb1ffdbb1655c146e6aa.zip | |
new
Diffstat (limited to 'Dozentenmodul_V1/WebContent/css/Layout.css')
| -rw-r--r-- | Dozentenmodul_V1/WebContent/css/Layout.css | 19 |
1 files changed, 17 insertions, 2 deletions
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;
+}
|
