latest changes
[brisk.git] / web / room.css
index a3c17bf..8964025 100644 (file)
@@ -70,13 +70,14 @@ div.topmenu {
     padding: 2px 2px 0 2px;
 }
 
-div.proflash {
+div.proaudio {
     border: 1px solid gray;
     background-color: RGB(246,246,246);
     text-align: center;
     align: center;
     font-size: 85%;
-    padding:4px;       
+    padding: 4px;
+    margin: 4px;
 }
 
 div.tables {
@@ -138,7 +139,7 @@ table.placings td
 }
 
 table.placing {
-    background-image: url('img/najole_light.png');
+    background-image: url('img/brisk-bg-light.png');
     background-attachment: fixed;
 
     border: 1px solid gray;
@@ -149,8 +150,14 @@ table.placing {
 
 table.placing th {
     border: 1px solid gray;
-    text-align: center;
-    padding: 4px;
+    text-align: right;
+    padding: 8px;
+    min-width: 50px;
+}
+
+table.placing th span {
+    font-weight: normal;
+    float: left;
 }
 
 table.placing td {
@@ -196,7 +203,7 @@ table.room_tab td {
     -moz-border-radius: 8px;
     border-radius: 8px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/brisk-bg-light.png');
     background-attachment: fixed;
 
     width: 25%;
@@ -244,7 +251,7 @@ table.room_standup {
     border-spacing: 0px;
     padding: 0px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/brisk-bg-light.png');
     background-attachment: fixed;
 }
 
@@ -264,7 +271,7 @@ table.login {
     border: 1px solid gray;
     margin-top: 8px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/brisk-bg-light.png');
     background-attachment: fixed;
  }
 
@@ -316,7 +323,7 @@ div.esco {
     -moz-border-radius: 4px;
     border-radius: 4px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/brisk-bg-light.png');
     background-attachment: fixed;
 }
 
@@ -518,10 +525,18 @@ table.info td.triple {
     border-top: 2px solid #000000;
 }
 
+table.info td.head span.title {
+    cursor: help;
+}
+
+table.info td.head span {
+    font-weight: bold;
+}
+
 table.info td.data {
     background-color: white;
 }
-table.info span {
+table.info td.data span {
     text-align: left;
     font-style: italic;
 }