From c466405d3abc2c294bcefb1ffdbb1655c146e6aa Mon Sep 17 00:00:00 2001 From: tspitzer Date: Mon, 17 Jun 2013 16:15:42 +0200 Subject: new --- Dozentenmodul_V1/WebContent/css/Layout.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'Dozentenmodul_V1/WebContent/css/Layout.css') 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; +} -- cgit v1.2.3-55-g7522