new background
[brisk.git] / web / room.css
index 4f15cb9..26e4c7c 100644 (file)
@@ -189,6 +189,9 @@ table.room_tab {
 }
 
 table.room_tab td {
+    background-image: url('img/najole_light.png');
+    background-attachment: fixed;
+
     width: 25%;
     height: 120px;
     vertical-align: top;
@@ -229,6 +232,9 @@ table.room_standup {
     border: 1px solid gray;
     border-spacing: 0px;
     padding: 0px;
+
+    background-image: url('img/najole_light.png');
+    background-attachment: fixed;
 }
 
 table.room_standup td {
@@ -242,7 +248,9 @@ table.login {
     margin: auto;
     border: 1px solid gray;
     margin-top: 8px;
-    background-color: #f0f0f0
+
+    background-image: url('img/najole_light.png');
+    background-attachment: fixed;
  }
 
 table.login td {
@@ -288,6 +296,9 @@ div.esco {
     overflow: auto;
     border: 1px solid gray;
     vertical-align: text-bottom;
+
+    background-image: url('img/najole_light.png');
+    background-attachment: fixed;
 }
 
 .txtt {
@@ -459,4 +470,33 @@ img.tickbut {
 
 span.id_usr {
     cursor: pointer;
-}
\ No newline at end of file
+}
+
+table.info {
+    margin: auto;
+    border-collapse: collapse;
+}
+
+table.info td {
+    border-top: 1px solid grey;
+    padding: 4px;
+    width: 50%;
+}
+
+table.info td.info-opt {
+    border-top: 0px;
+    padding: 0px 4px 4px 4px;
+    }
+
+table.info td.noborder {
+    border-top: 0px;
+    }
+
+table.info td.le {
+    padding-left: 16px;
+    }
+
+table.info td.ro {
+    padding-right: 16px;
+    }
+