]> code.citadel.org Git - citadel.git/commitdiff
some CSS adaptations
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 2 Mar 2007 13:47:35 +0000 (13:47 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 2 Mar 2007 13:47:35 +0000 (13:47 +0000)
webcit/static/webcit.css

index cf52de3a542fa879bb8e20f4b4970625fbb33bfa..729228f5481d32380222d1d7f3d239f314ae25cf 100644 (file)
@@ -139,6 +139,11 @@ li.view {
         color: #FFFFFF;
 }
 
+li.search form, li.view form {
+       margin: 0;
+       padding: 0;
+}
+
 li.nummsgs {
         font-size: 10pt;
         color: #DDDDCC;
@@ -774,6 +779,7 @@ div.auto_complete ul strong.highlight {
 }
 
 .login_message, .login_hello {
+        position: relative;
         margin-left: auto;
         margin-right: auto;
         width: 80%;
@@ -788,13 +794,14 @@ div.auto_complete ul strong.highlight {
 
 
 #login_form {
+        position: relative;
         display: block;
         margin-top: 20px;
         margin-left: auto;
         margin-right: auto;
         margin-bottom: 20px;
         padding: 6px;
-        width: 290px;
+        width: 300px;
         background-color: #DDDDDD;
 }