From: Matteo Nastasi Date: Sat, 26 Feb 2011 13:29:34 +0000 (+0100) Subject: z-index bug fixed X-Git-Tag: 3.4.2~1^2~1 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bac911c2c536f3e4d15211fd3f41f0fc3d0e57b8;hp=07070d61b51e6521b1a93ecedeb2e694467d9c60;p=brisk.git z-index bug fixed --- diff --git a/web/room.css b/web/room.css index e1ab1f4..1b5c679 100644 --- a/web/room.css +++ b/web/room.css @@ -114,7 +114,7 @@ span.room_titin { position: relative; left: 6px; top: 6px; - z-index: 100; + z-index: 20; background-color: white; } @@ -308,7 +308,7 @@ div.esco { text-align: right; top: 2px; right: 4px; - z-index: 10; + z-index: 20; } .chatt { @@ -351,7 +351,7 @@ div.esco { position: absolute; background-color: white; left: 80px; - z-index: 20; + z-index: 50; visibility: hidden; border: 1px solid gray; text-align: left;