X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=627dd1b773091b571db292d7e0a81e9292d02f26;hb=29ef3f7db6bc1d39c658a15d95d22e45bbd59c16;hp=acc3c45163d77c16d253ba925ecb8f28b0bdd74b;hpb=cb7a1cd018971a9bc7b967cdd1a8ed3def9c3b9b;p=brisk.git diff --git a/web/room.css b/web/room.css index acc3c45..627dd1b 100644 --- a/web/room.css +++ b/web/room.css @@ -185,6 +185,9 @@ div.room_standup { height: 80px; padding: 0px; margin: 0px; + /* background-color: orange; */ + overflow: auto; + clip: auto; } table.room_standup { @@ -214,7 +217,7 @@ div.room_ex_standup { } table.table_standup { - /* background-color: red; */ + /* background-color: red; */ border-spacing: 0px; width: 100%; @@ -244,7 +247,7 @@ div.esco { height: 100px; overflow: auto; border: 1px solid gray; - padding: 2px; + /* padding: 2px; */ vertical-align: text-bottom; } @@ -262,7 +265,7 @@ div.esco { .proxhr { position: relative; - top: 8px; + top: 10px; width: 100%; align: center; text-align: center; @@ -276,12 +279,9 @@ div.esco { z-index: 20; visibility: hidden; border: 1px solid gray; - align: left; text-align: left; - /* width: 100px; - height: 300px; */ + width: 100px; padding: 8px; - } .webstart a:link { @@ -382,7 +382,7 @@ div.esco { font-size: 10px; font-color: #333333; padding: 4px; - /*z-index: -1;*/ + /* z-index: -1; */ /* visibility: hidden; */ } @@ -392,9 +392,24 @@ div.esco { padding: 4px; position: absolute; visibility: hidden; -/* z-index: 15px; */ - } + /* z-index: 15px; */ +} .room_standup_orig { position: absolute; - } \ No newline at end of file +} + +td.tickbut { + visibility: hidden; + width: 0px; + text-align: left; + vertical-align: top; + /* background-color: red; */ + padding: 0px; +} + +img.tickbut { + border: 0px solid black; + cursor: pointer; + margin-top:4px; +}