lastest modifies
[brisk.git] / web / room.css
index 832ebff..9a9ec47 100644 (file)
@@ -138,7 +138,7 @@ table.placings td
 }
 
 table.placing {
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
 
     border: 1px solid gray;
@@ -196,7 +196,7 @@ table.room_tab td {
     -moz-border-radius: 8px;
     border-radius: 8px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
 
     width: 25%;
@@ -244,7 +244,7 @@ table.room_standup {
     border-spacing: 0px;
     padding: 0px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
 }
 
@@ -264,7 +264,7 @@ table.login {
     border: 1px solid gray;
     margin-top: 8px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
  }
 
@@ -316,7 +316,7 @@ div.esco {
     -moz-border-radius: 4px;
     border-radius: 4px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
 }
 
@@ -634,3 +634,19 @@ body.explain h5 {
     font-size: 120%;
     background-color: #fafafa;
 }
+
+.ffy_highlight_empty {
+background-color: pink;
+}
+
+.ffy_highlight {
+color: red;
+}
+
+.ffy_normal {
+color: black;
+}
+
+#prefsn > div > table > tbody > tr > td {
+    padding: 8px 16px 8px 16px;
+}
\ No newline at end of file