]> code.citadel.org Git - citadel.git/commitdiff
nowrap navbar
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Sun, 18 Feb 2007 09:08:44 +0000 (09:08 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Sun, 18 Feb 2007 09:08:44 +0000 (09:08 +0000)
increase 1% banner height

webcit/static/webcit.css

index 7a109bfde8821c2049f712d20ac37a66f115d021..49b0128e50b1eaf7597fc8c5f1d33d8cf7c0c949 100644 (file)
@@ -87,6 +87,7 @@ body {
 
 #banner ul {
         float: right;
+        text-align: right;
         width: 40%;
         margin: 0;
         padding: 0;
@@ -98,6 +99,7 @@ body {
         list-style: none;
         margin: 0;
         padding: 2px;
+        white-space: nowrap;
 }
 
 li.search {
@@ -134,6 +136,7 @@ li.start_page {
        width: 95%;
         margin: 0;
         padding: 0;
+        white-space: nowrap;
 }
 
 #navbar ul li {
@@ -143,6 +146,7 @@ li.start_page {
        margin-right: 5px;
        margin-bottom:0 ;
        margin-left: 20px;
+        white-space: nowrap;
 }
 
 #navbar ul li img {
@@ -168,10 +172,10 @@ li.start_page {
 #content {
        position:fixed;
        display:block;
-       top: 15%;
+       top: 16%;
        left: 15%;
        width: 85%;
-       height: 85%;
+       height: 84%;
        overflow: auto;
        /* overflow-x: hidden; */
 }
@@ -179,10 +183,10 @@ li.start_page {
 * html #content {
        position:absolute;
        display:block;
-       top: 15%;
+       top: 16%;
        left: 15%;
        width: 85%;
-       height: 85%;
+       height: 84%;
        overflow: auto;
        /* overflow-x: hidden; */
 }
@@ -190,7 +194,7 @@ li.start_page {
 #message_list_hdr {
        position:fixed;
        display:block;
-       top: 15%;
+       top: 16%;
        left: 15%;
        width: 85%;
        height: 5%;
@@ -200,7 +204,7 @@ li.start_page {
 * html #message_list_hdr {
        position:absolute;
        display:block;
-       top: 15%;
+       top: 16%;
        left: 15%;
        width: 85%;
        height: 5%;
@@ -210,7 +214,7 @@ li.start_page {
 #message_list {
        position:fixed;
        display:block;
-       top: 20%;
+       top: 21%;
        left: 15%;
        width: 85%;
        height: 20%;
@@ -221,7 +225,7 @@ li.start_page {
 * html #message_list {
        position:absolute;
        display:block;
-       top: 20%;
+       top: 21%;
        left: 15%;
        width: 85%;
        height: 20%;
@@ -232,7 +236,7 @@ li.start_page {
 #resize_msglist {
        position:fixed;
        display:block;
-       top: 40%;
+       top: 41%;
        left: 15%;
        width: 85%;
        height: 1%;
@@ -243,7 +247,7 @@ li.start_page {
 * html #resize_msglist {
        position:absolute;
        display:block;
-       top: 40%;
+       top: 41%;
        left: 15%;
        width: 85%;
        height: 1%;
@@ -254,20 +258,20 @@ li.start_page {
 #preview_pane {
        position:fixed;
        display:block;
-       top: 41%;
+       top: 42%;
        left: 15%;
        width: 85%;
-       height: 59%;
+       height: 58%;
        overflow: auto;
 }
 
 * html #preview_pane {
        position:absolute;
        display:block;
-       top: 41%;
+       top: 42%;
        left: 15%;
        width: 85%;
-       height: 59%;
+       height: 58%;
        overflow: auto;
 }