From bac911c2c536f3e4d15211fd3f41f0fc3d0e57b8 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sat, 26 Feb 2011 14:29:34 +0100 Subject: [PATCH] z-index bug fixed --- web/room.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.17.1