From 9f927a190b28b992dcea39c6f94219ad0c4662b1 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Fri, 1 Aug 2008 07:44:55 +0000 Subject: [PATCH] webstart_hilite added --- web/room.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/web/room.css b/web/room.css index 627dd1b..b652723 100644 --- a/web/room.css +++ b/web/room.css @@ -46,12 +46,12 @@ div.header { div.topmenu { /* border: 1px solid red; */ - width:90px; + width:94px; margin:0; text-align: center; align: center; font-size: 10px; - padding:4px; + padding:2px; } div.proflash { @@ -272,6 +272,13 @@ div.esco { /* background-color: green; */ } +.webstart_hilite { + background: #ffd780; + border: 1px solid #ffae00; + padding: 6px; + text-align: center; +} + .webstart { position: absolute; background-color: white; -- 2.17.1