X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=3b488e15efe6194c9a5309d359ac143038a435ad;hb=4aed730e6cbd1423d6551e527da40e3d47d4a27c;hp=acc3c45163d77c16d253ba925ecb8f28b0bdd74b;hpb=cb7a1cd018971a9bc7b967cdd1a8ed3def9c3b9b;p=brisk.git diff --git a/web/room.css b/web/room.css index acc3c45..3b488e1 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; @@ -278,8 +281,7 @@ div.esco { border: 1px solid gray; align: left; text-align: left; - /* width: 100px; - height: 300px; */ + width: 100px; padding: 8px; } @@ -382,7 +384,7 @@ div.esco { font-size: 10px; font-color: #333333; padding: 4px; - /*z-index: -1;*/ + /* z-index: -1; */ /* visibility: hidden; */ } @@ -392,9 +394,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; +}