webstart_hilite added, var for multiple topbanner big banner added
[brisk.git] / web / room.css
index acc3c45..627dd1b 100644 (file)
@@ -185,6 +185,9 @@ div.room_standup {
     height: 80px;
     padding: 0px;
     margin: 0px;
+    /* background-color: orange; */
+    overflow: auto;
+    clip: auto;
 }
 
 table.room_standup {
@@ -214,7 +217,7 @@ div.room_ex_standup {
 }
 
 table.table_standup {
-    /* background-color: red;  */
+    /* background-color: red; */
 
     border-spacing: 0px;
     width: 100%; 
@@ -244,7 +247,7 @@ div.esco {
     height: 100px;
     overflow: auto;
     border: 1px solid gray;
-    padding: 2px; 
+    /* padding: 2px;  */
     vertical-align: text-bottom;
 }
 
@@ -262,7 +265,7 @@ div.esco {
 
 .proxhr { 
     position: relative;
-    top:  8px;
+    top:  10px;
     width: 100%;
     align: center;
     text-align: center;
@@ -276,12 +279,9 @@ div.esco {
     z-index: 20;
     visibility: hidden;
     border: 1px solid gray;
-    align: left;
     text-align: left;
-    /* width: 100px;
-     height: 300px; */
+    width: 100px; 
     padding: 8px;
-    
 }
 
 .webstart a:link {
@@ -382,7 +382,7 @@ div.esco {
     font-size: 10px;
     font-color: #333333;
     padding: 4px;
-    /*z-index: -1;*/
+    /* z-index: -1;        */
     /* visibility: hidden; */
 }
 
@@ -392,9 +392,24 @@ div.esco {
     padding: 4px;
     position: absolute;
     visibility: hidden;
-/*    z-index: 15px; */
-           }
+    /* z-index: 15px; */
+}
 
 .room_standup_orig { 
     position: absolute;
- }
\ No newline at end of file
+}
+
+td.tickbut { 
+    visibility: hidden; 
+    width: 0px;
+    text-align: left;
+    vertical-align: top;
+    /* background-color: red; */
+    padding: 0px;
+}
+
+img.tickbut { 
+    border: 0px solid black;
+    cursor: pointer;
+    margin-top:4px;
+}