X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=e2c0d0ba0b1d54ef3b24b3437d77103b79edab67;hb=423d0023b8fdeb50284e76da7f60288f850708ba;hp=b652723a8018212b8d83e5cd68a4f79f138e8b8a;hpb=ba124be15839e2a62fa793b70869e0209f8daf90;p=brisk.git diff --git a/web/room.css b/web/room.css index b652723..e2c0d0b 100644 --- a/web/room.css +++ b/web/room.css @@ -23,6 +23,27 @@ * */ +a.flat:link { + color: RGB(255, 174,0); + line-height: 20px; + text-decoration: none; +} + +a.flat:visited { + color: RGB(255, 174,0); + line-height: 20px; + text-decoration: none; +} + +a.flat:hover { + color: RGB(255, 174,0); + line-height: 20px; + font-weight: bold; + text-decoration: none; +} + + + body.* { margin:0px; padding: 0px; @@ -207,6 +228,19 @@ table.room_standup td { align: left; } +table.login { + margin: auto; + border: 1px solid gray; + margin-top: 8px; + background-color: #f0f0f0 + } + +table.login td { + padding: 4px; + vertical-align: middle; + } + + div.room_ex_standup { position: relative; height: 106px;