]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* Locked the banner div at top:0 to keep Google Chrome from floating it out of place
[citadel.git] / webcit / static / webcit.css
index 4d475ce067f2583c7dba043635415ef91dd7e0e4..1312bc1d2d5233ad34db75a7aa70ad293d4efea7 100644 (file)
@@ -99,7 +99,7 @@ body {
 
 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
        border: 1px solid #333;
-       overflow: hidden;
+       overflow: scroll;
 }
 
 
@@ -144,11 +144,16 @@ body {
        color: #FFF;
 }
 
+.start_page {
+       font-size: 60%;
+}
+
 #banner {
        background-color: #004E79;
        color: #FFF;
        margin: 0;
        padding: 0;
+       top: 0;
        height: 120px;          /* when changing this, also change #content */
        position: fixed;
        width: 84%;             /* when changing this, also change #iconbar and #content */
@@ -605,8 +610,14 @@ body, #global {
 }
 
 #login_screen, #logout_screen {
-       margin: 0;
+       position: fixed;
+       margin: 0px;
+       top: 0px;
+       left: 0px;
+       bottom: 0px;
+       right: 0px;
        padding: 3% 6% 3% 6%;
+       overflow: auto;
 }
 
 #convlogin, #validate {