* reduction of font size of who list on left bar
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Thu, 25 Oct 2007 18:58:08 +0000 (18:58 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Thu, 25 Oct 2007 18:58:08 +0000 (18:58 +0000)
* reduction of editor width

webcit/static/richedit.html
webcit/static/webcit-tinymce.css
webcit/static/webcit.css

index 02720a69017c51f0302f8c963cfbed0f669ebe40..b09bc62edb1f026da1409324e5039794ef209bbd 100644 (file)
@@ -2,7 +2,7 @@
 <script language="javascript" type="text/javascript">
 tinyMCE.init({
        mode : "textareas",
-       width : "100%",
+       width : "99%",
        browsers : "msie,gecko,safari,opera",
        theme : "advanced",
        plugins : "iespell",
index f64b77e0c6920e31f39268ed6e52146e05bb228e..2c743e438eee55984cf1c3d408fd9e636e648fe0 100644 (file)
@@ -1,6 +1,2 @@
 <!-- styles applied to the TinyMCE editor component when used in WebCit -->
 
-body {
-    font-size: 10pt;
-    font-family: sans-serif;
-}
index f8dea8165457e20760da4634a7600160d3ede144..00b649edf958734048c19bb2aa5b1f83c2d5e818 100644 (file)
@@ -14,10 +14,14 @@ body { font-size: 11pt}
        font-size: 13pt;
 }
 
-#button, #content .msgbuttons a, .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, #wholist li, .buttons a, .customize, .mailbox_summary, .menubar_link, .roomlist_floor, .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new, .roomlist_old, .ib_roomlist_old, #banner ul.room_actions li, #navbar, .selector_top, .selector_bottom, .room_banner .infos,.room_banner .nummsgs,li.search,li.view, .room_actions form select option, .selectbox, #message_list_hdr table, .message_header, ul.adminitems li span {
+#button, #content .msgbuttons a, .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, .buttons a, .customize, .mailbox_summary, .menubar_link, .roomlist_floor, .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new, .roomlist_old, .ib_roomlist_old, #banner ul.room_actions li, #navbar, .selector_top, .selector_bottom, .room_banner .infos,.room_banner .nummsgs,li.search,li.view, .room_actions form select option, .selectbox, #message_list_hdr table, .message_header, ul.adminitems li span {
        font-size: 10pt;
 }
 
+#wholist li {
+       font-size: 8pt;
+}
+
 /* Color */
 
 body {
@@ -1254,3 +1258,4 @@ li.event span, a.event_title {
        margin: 4px;
        padding: 4px;
 }
+