]> code.citadel.org Git - citadel.git/commitdiff
CSS : fix messages alignment on left
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Thu, 10 May 2007 06:55:34 +0000 (06:55 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Thu, 10 May 2007 06:55:34 +0000 (06:55 +0000)
webcit/static/webcit.css

index cc72e8fd880347c1cff8f460d5955c79e0207c57..d897ebd0f84fce0d0e514de7f5fd2b7f54e1032b 100644 (file)
@@ -267,6 +267,7 @@ li.start_page {
        height: 20%;
        overflow: auto;
        cursor: pointer;
+        text-align: left;
 }
 
 * html #message_list {
@@ -318,6 +319,7 @@ li.start_page {
        width: 85%;
        height: 58%;
        overflow: auto;
+        text-align: left;
 }
 
 * html #preview_pane {
@@ -423,6 +425,7 @@ a:hover {
        padding: 0;
        border: 1px solid #999999;
        background-color: #CCCCCC;
+        text-align: left;
 }
 
 
@@ -432,6 +435,7 @@ a:hover {
        margin: 0;
        padding: 3px;
        background-color: #CCCCCC;
+        text-align: left;
 }
 
 .message_subject {