summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul_V1/WebContent/css/Layout.css
diff options
context:
space:
mode:
authortspitzer2013-06-25 13:31:27 +0200
committertspitzer2013-06-25 13:31:27 +0200
commit67fe35266f74162ef719efe695d2756524856771 (patch)
treed1dced2285d4afa10357e5186e36dbbe8bfaaca8 /Dozentenmodul_V1/WebContent/css/Layout.css
parentnew (diff)
downloadtutor-module-67fe35266f74162ef719efe695d2756524856771.tar.gz
tutor-module-67fe35266f74162ef719efe695d2756524856771.tar.xz
tutor-module-67fe35266f74162ef719efe695d2756524856771.zip
erste SQL Abfragen
Diffstat (limited to 'Dozentenmodul_V1/WebContent/css/Layout.css')
-rw-r--r--Dozentenmodul_V1/WebContent/css/Layout.css70
1 files changed, 67 insertions, 3 deletions
diff --git a/Dozentenmodul_V1/WebContent/css/Layout.css b/Dozentenmodul_V1/WebContent/css/Layout.css
index 2d0a57bc..75703ac4 100644
--- a/Dozentenmodul_V1/WebContent/css/Layout.css
+++ b/Dozentenmodul_V1/WebContent/css/Layout.css
@@ -8,12 +8,17 @@ html,body{
background-image:url('../img/bg.png');
background-repeat:repeat-x;
+ font-family: 'Ubuntu';
+}
+
+button{
+ font-family: 'Ubuntu';
}
#lang{
position: absolute;
top: 0px;
- right: 0px;
+ right: 10px;
}
#logo{
@@ -126,7 +131,66 @@ html,body{
text-decoration:underline;
}
-#buttonweiter{
- position: relative;
+#buttonweiterAllg{
+ position: absolute;
+ left: 200px;
+ width: 200px;
+}
+
+#buttonweiterSys{
+ position: absolute;
+ left: 500px;
+ width: 200px;
+}
+
+#buttonReady{
+ position: absolute;
+ left: 200px;
+ width: 200px;
+}
+#buttonBackAllg{
+ position: absolute;
+ left: 0px;
+ width: 200px;
+}
+#buttonBackSys{
+ position: absolute;
left: 300px;
+ width: 200px;
+}
+#buttonAddSW{
+ left: 0px;
+ width: 200px;
+}
+#buttonBackSW{
+ position: absolute;
+ left: 0px;
+ width: 200px;
+}
+#sw_chooser{
+ width: 310px;
+}
+#sw_choosed{
+ position: relative;
+ margin-left: 350px;
+ margin-top: -593px;
+ width:310px;
+
+
+}
+
+#sort{
+ margin-left: 10px;
+ margin-top: 10px;
+}
+
+fieldset{
+ margin-top: 10px;
+
+}
+.container {
+ border:2px solid #ccc;
+ width:300px;
+ height: 550px;
+ overflow-y: scroll;
}