From: Matteo Nastasi (mop) Date: Sun, 18 Feb 2007 10:28:15 +0000 (+0000) Subject: aggiunte classi per gestione flash X-Git-Tag: 3.0.0~318 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=539fb3d8cccb71d590a991a602a4fc17487d8312;p=brisk.git aggiunte classi per gestione flash --- diff --git a/web/room.css b/web/room.css index 6e77c28..e6b590b 100644 --- a/web/room.css +++ b/web/room.css @@ -42,6 +42,17 @@ div.topmenu { width:90px; margin:0; text-align: center; + align: center; + font-size: 10px; + padding:4px; + } + +div.proflash { + /* border: 1px solid red; */ + border: 1px solid gray; + background-color: RGB(246,246,246); + text-align: center; + align: center; font-size: 10px; padding:4px; }