summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul_V1/WebContent/css/Layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'Dozentenmodul_V1/WebContent/css/Layout.css')
-rw-r--r--Dozentenmodul_V1/WebContent/css/Layout.css19
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;
+}