Author: andre
Date: 2009-07-06 11:49:47 +0200 (Mon, 06 Jul 2009)
New Revision: 36555

Modified:
   openimages/trunk/src/main/webapp/style/css/framework.css
Log:
some ie6 fixes (not all)



Modified: openimages/trunk/src/main/webapp/style/css/framework.css
===================================================================
--- openimages/trunk/src/main/webapp/style/css/framework.css    2009-07-06 
09:19:18 UTC (rev 36554)
+++ openimages/trunk/src/main/webapp/style/css/framework.css    2009-07-06 
09:49:47 UTC (rev 36555)
@@ -68,7 +68,7 @@
 
 #menu ul.meta
 {
-       float: right;
+       float: left;
        height: 25px;
        padding-top: 8px;
        list-style: none;
@@ -78,7 +78,7 @@
 #menu ul.main li
 {
        float: left;
-       margin: 0 32px 0 4px;
+       padding: 0 32px 0 4px;
 }
 
 #menu ul.meta li
@@ -92,25 +92,25 @@
 {
        white-space: nowrap;
        word-spacing: 2px;
-       margin-right: 8px;
+       padding-right: 8px;
        text-transform: lowercase;
 }
 
 
-#menu ul.meta li form
+#menu ul.meta li form,
+#menu ul.meta li fieldset
 {
        margin: 0;
        padding: 0;
+       width: 120px;
 }
 
 #menu ul.meta li a { color: #c00; }
 
 #menu select
 {
-       margin: 0 0 0 6px;
        padding: 2px;
        font-size: 0.95em;
-       width: auto;
 }
 
 div#footer
@@ -167,7 +167,7 @@
        background-image: url(images/bg-gr.png);
        background-repeat: repeat-x;
        background-position: 0 8px;
-       min-height: 290px;
+       min-height: 266px;
        overflow: hidden; /* http://www.quirksmode.org/css/clearing.html */
 }
 
@@ -176,7 +176,7 @@
        float: left;
        padding-top: 16px;
        padding-left: 45px;
-       width: 320px;   /* for IE5/Win */
+       width: 335px;   /* for IE5/Win */
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 290px;
@@ -215,7 +215,7 @@
        background-image: url(images/bg-gr.png);
        background-repeat: repeat-x;
        background-position: 0 8px;
-       min-height: 290px;
+       min-height: 266px;
 }
 
 body > div.main-column { margin-top: 0px; }

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to