X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=02d8cd63d24d6f874e9992eb017b35dc4f9c9807;hb=c79d3acd2954eaebbccac83cffa5d080f2378acb;hp=a3c17bf304e07c513ab8fe8b57b30a08f95c592a;hpb=22d489aa1f47bfaec201d561c773d4649bbdae84;p=brisk.git diff --git a/web/room.css b/web/room.css index a3c17bf..02d8cd6 100644 --- a/web/room.css +++ b/web/room.css @@ -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; } @@ -518,10 +518,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; }