the close window icon of popup room info appear now on right
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Sun, 24 Jun 2007 18:24:49 +0000 (18:24 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Sun, 24 Jun 2007 18:24:49 +0000 (18:24 +0000)
webcit/static/webcit.css

index 83c94704c4c660fb918a92787574662b778a8c9f..768ecbbac692ecee6a24471092c4356822b795b9 100644 (file)
@@ -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;