From a206e29038e9111f026389c7c49493c4d9c76111 Mon Sep 17 00:00:00 2001 From: Thierry Pasqualier Date: Sun, 24 Jun 2007 18:24:49 +0000 Subject: [PATCH] the close window icon of popup room info appear now on right --- webcit/static/webcit.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; -- 2.39.2