fix tables layout and update TODO.txt
[brisk.git] / web / room.css
index 26e4c7c..836cee1 100644 (file)
@@ -95,10 +95,10 @@ div.bottom {
 
 div.room_tit {
     position: relative;
-    top: 6px;
     align: left;
     text-align: left;
     margin: 0px;
+    padding: 6px;
 }
 
 span.room_titin {
@@ -189,6 +189,10 @@ table.room_tab {
 }
 
 table.room_tab td {
+    -webkit-border-radius: 8px;
+    -moz-border-radius: 8px;
+    border-radius: 8px;
+
     background-image: url('img/najole_light.png');
     background-attachment: fixed;
 
@@ -227,6 +231,10 @@ div.room_standup {
 }
 
 table.room_standup {
+    -webkit-border-radius: 8px;
+    -moz-border-radius: 8px;
+    border-radius: 8px;
+
     position: relative;
     width: 100%;
     border: 1px solid gray;
@@ -245,6 +253,10 @@ table.room_standup td {
  }
 
 table.login {
+    -webkit-border-radius: 8px;
+    -moz-border-radius: 8px;
+    border-radius: 8px;
+
     margin: auto;
     border: 1px solid gray;
     margin-top: 8px;
@@ -297,6 +309,10 @@ div.esco {
     border: 1px solid gray;
     vertical-align: text-bottom;
 
+    -webkit-border-radius: 4px;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
+
     background-image: url('img/najole_light.png');
     background-attachment: fixed;
 }
@@ -312,13 +328,17 @@ div.esco {
 
 .proxhr {
     position: relative;
-    top:  10px;
+    top:  2px;
     width: 100%;
     align: center;
     text-align: center;
 }
 
 .webstart_hilite {
+    -webkit-border-radius: 4px;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
+
     background: #ffd780;
     border: 1px solid #ffae00;
     padding: 6px;
@@ -326,6 +346,10 @@ div.esco {
 }
 
 .webstart {
+    -webkit-border-radius: 4px;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
+
     position: absolute;
     background-color: white;
     left: 80px;
@@ -356,6 +380,10 @@ div.esco {
 }
 
 .sidebanner {
+    -webkit-border-radius: 4px;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
+
     /* Top Right Bottom Left */
     margin: 4px auto 0px auto;
     position: relative;
@@ -483,6 +511,62 @@ table.info td {
     width: 50%;
 }
 
+
+table.info table.fiverank {
+    border-collapse: collapse;
+    margin: auto;
+}
+
+table.info table.fiverank td {
+    border-top: 0px;
+    padding: 0px 0px 0px 0px;
+    text-align: center;
+    vertical-align: middle;
+    width: 20%;
+}
+
+table.info table.fiverank td.c1t {
+    padding-top: 4px;
+    background-color: #ffabab;
+}
+table.info table.fiverank td.c2t {
+    padding-top: 4px;
+    background-color: #ffd3ab;
+}
+table.info table.fiverank td.c3t {
+    padding-top: 4px;
+    background-color: #fffcab;
+}
+table.info table.fiverank td.c4t {
+    padding-top: 4px;
+    background-color: #d4f4ab;
+}
+table.info table.fiverank td.c5t {
+    padding-top: 4px;
+    background-color: #abecab;
+}
+
+table.info table.fiverank td.c1b {
+    padding-bottom: 4px;
+    background-color: #ffabab;
+}
+table.info table.fiverank td.c2b {
+    padding-bottom: 4px;
+    background-color: #ffd3ab;
+}
+table.info table.fiverank td.c3b {
+    padding-bottom: 4px;
+    background-color: #fffcab;
+}
+table.info table.fiverank td.c4b {
+    padding-bottom: 4px;
+    background-color: #d4f4ab;
+}
+table.info table.fiverank td.c5b {
+    padding-bottom: 4px;
+    background-color: #abecab;
+}
+
 table.info td.info-opt {
     border-top: 0px;
     padding: 0px 4px 4px 4px;