Colors, removal of borders and vertical align of navigation.
authorDennis Schafroth <dennis@indexdata.com>
Thu, 10 Jun 2010 18:09:14 +0000 (20:09 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 10 Jun 2010 18:09:14 +0000 (20:09 +0200)
www/iphone/UiUIKit/stylesheets/iphone.css

index b579ea5..d7b0438 100644 (file)
                -webkit-text-size-adjust: none;
                }
                
-
-
-
-
-
-
-
-
-
-
-
-
-
-
                /* standard header on body */
                
                div#header + h1, ul + h1 {
                        margin: 15px 0 0 10px;  
                        }
 
+#searchForm {
+  background-color: #7ec8b2;
+}
 #nav {
-  background-color: #000;
-  height: 30px;
-  width: 100%;
-  overflow: hidden;
+    background-color: #000;
+    height: 40px;
+    width: 100%;
+    overflow: hidden;
+    border-bottom-width: 0px;
 }
 #nav li {
   margin: 10px 5px 0 5px;
   color: #fff;
   text-transform: uppercase;
   font-size: 10px;
-  margin-left: 3px;
+  margin-top: 0px;
+  margin-bottom: 0px;
+  margin-left: 0px;
+  vertical-align: bottom;
   }
   
   a {
 
                                                        body#normal h4 {
                                                                color: #fff;
-                                                               background: rgb(154,159,170) url(../images/bglight.png) top left repeat-x;
-                                                               border-top: 1px solid rgb(165,177,186);
+                                                               /* 002863 rgb(154,159,170) */
+                                                               background: rgb(0,40,99) url(../images/bglight.png) top left repeat-x;
+                                                               border-top: 1px solid rgb(0,40,99); /* rgb(165,177,186); */
                                                                text-shadow: #666 0 1px 0;
                                                                margin: 0;
                                                                padding: 2px 10px;
                                                                                }
 
                                                                body#normal h4 + ul {
-                                                                       border-top: 1px solid rgb(152,158,164);
-                                                                       border-bottom: 1px solid rgb(113,125,133);
+                                                                   border-top: 0px;
+                                                                   # border-top: 1px solid rgb(152,158,164);
+                                                                   border-bottom: 1px solid rgb(113,125,133);
                                                                }