X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=31998ce10d73ee691c425b8625dc3309813b9fc6;hb=refs%2Ftags%2Fv4.12.2;hp=f3868782eafcfc464020add48e7f0b3d32cb5e17;hpb=d9a2a1f60067646ba5456e73ebf6a9663d3df31b;p=brisk.git diff --git a/web/room.css b/web/room.css index f386878..31998ce 100644 --- a/web/room.css +++ b/web/room.css @@ -67,7 +67,7 @@ div.topmenu { text-align: center; align: center; font-size: 85%; - padding:2px; + padding: 2px 2px 0 2px; } div.proflash { @@ -86,7 +86,7 @@ div.tables { div.bottom { position: relative; - top: -13px; + top: -20px; align: center: text-align: center; padding:2px; @@ -190,7 +190,7 @@ table.room_tab { table.room_tab td { width: 25%; - height: 110px; + height: 120px; vertical-align: top; border: 1px solid gray; } @@ -344,7 +344,18 @@ div.esco { text-decoration: none; } -.topbanner { +.sidebanner { + /* Top Right Bottom Left */ + margin: 4px auto 0px auto; + position: relative; + align: center; + text-align:center; + background-color: #f8f8f8; + padding: 4px; + border: 1px solid #000000; +} + +.topbanner { position: relative; align: center; text-align:center;