mlang status menu
[brisk.git] / web / room.css
index b652723..e2c0d0b 100644 (file)
  *
  */
 
+a.flat:link {
+    color: RGB(255, 174,0);
+    line-height: 20px;
+    text-decoration: none;
+}
+
+a.flat:visited {
+    color: RGB(255, 174,0);
+    line-height: 20px;
+    text-decoration: none;
+}
+
+a.flat:hover {
+    color: RGB(255, 174,0);
+    line-height: 20px;
+    font-weight: bold;
+    text-decoration: none;
+}
+
+
+
 body.* {
     margin:0px;
     padding: 0px;
@@ -207,6 +228,19 @@ table.room_standup td {
     align: left;
  }
 
+table.login { 
+    margin: auto;
+    border: 1px solid gray;
+    margin-top: 8px;
+    background-color: #f0f0f0
+ }
+
+table.login td { 
+    padding: 4px;
+    vertical-align: middle;
+ }
+
+
 div.room_ex_standup {
     position: relative;
     height: 106px;