]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* fmout class different depending o input
[citadel.git] / webcit / static / webcit.css
index 86342013e86dc169a3e467816e3a661c8324c9db..ee60b22aa65de5030efcfdb8c918bc886f570430 100644 (file)
@@ -141,7 +141,6 @@ body {
        padding: 0;
 }
 
-
 #banner a {
        color: #FFF
 }
@@ -535,7 +534,9 @@ body, #global {
     left: 0;
     overflow-y: auto;
 }
-
+#global.scrollable {
+    position: fixed;
+}
 #important_message {
        position: absolute;
        top: 0; 
@@ -616,6 +617,8 @@ body, #global {
 }
 .col1, .col2, .col3 {
     cursor: pointer;
+    text-overflow: ellipsis;
+    -o-text-overflow: ellipsis;
 }
 .new_message {
     font-weight: bold; !important;
@@ -837,7 +840,7 @@ body, #global {
        margin-top: 8px;
        margin-right: 4px;
 }
-#selectpage {
+#selectpage.hidden {
     display: none !important;
 }
 
@@ -885,7 +888,8 @@ body, #global {
     padding: 0;
 }
 /** Override to disable list-style-image" */
-.room {
+.room a, .room a, .room a:visited, .room a:link {
+    color: #333333;
 }
 .room-private {
     list-style-image: url("/static/privatemess_16x.gif");
@@ -908,6 +912,9 @@ body, #global {
 .room-newmsgs {
     font-weight: bold;
 }
+.room-emphasized {
+    text-decoration: underline;
+}
 /* Content */
 
 .boxcontent table {
@@ -1101,11 +1108,9 @@ dt { clear: both; }
 .imsg {
        text-align: center;
 }
-#summary_view table {
-/*    table-layout: fixed; stops long subjects overflowing */
-}
 #summary_view > table { /* hide from IE6 */
     width: 100%;
+    table-layout: fixed;
 }
 colgroup.entity {
        text-align: center;
@@ -1342,11 +1347,11 @@ td.events_of_the_day {
 }
 
 .events_of_the_day dl dt.hour {
-       font-size: 160%;
+       /* font-size: 160%; commenting out because we need to line it up with the actual size */
 }
 
 .events_of_the_day dl dt.extrahour {
-       font-size: 80%;
+       /* font-size: 80%; commenting out because we need to line it up with the actual size */
 }
 
 .hour_label, .extra_events dl dt {