From: Thierry Pasqualier Date: Sun, 24 Jun 2007 18:24:49 +0000 (+0000) Subject: the close window icon of popup room info appear now on right X-Git-Tag: v7.86~3283 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=a206e29038e9111f026389c7c49493c4d9c76111;p=citadel.git the close window icon of popup room info appear now on right --- diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 83c94704c..768ecbbac 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -124,18 +124,18 @@ body { z-index: 100; color: #666; background: white; -} - -#room_infos .close_infos { cursor: pointer; - font-size: 8pt; + font-size: 10pt; color: black; - text-align: right; - align: right; + text-align: left; padding: 2px; margin-top: 5px; } +img.close_infos { + float: right; +} + #banner ul { float: right; text-align: right;