X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fiphone%2FUiUIKit%2Fstylesheets%2Fiphone.css;fp=www%2Fiphone%2FUiUIKit%2Fstylesheets%2Fiphone.css;h=d7b0438de9db00d45f5a56cfc0efa8d09b09b3ff;hb=5be6ecc74cf8af6a06156b91b24059d4a783c8ea;hp=b579ea57d93974f996bb3136cd7dfc115a739f4c;hpb=6936097cb4677a1b1c6b238897e33d57bbc6ef86;p=pazpar2-moved-to-github.git diff --git a/www/iphone/UiUIKit/stylesheets/iphone.css b/www/iphone/UiUIKit/stylesheets/iphone.css index b579ea5..d7b0438 100644 --- a/www/iphone/UiUIKit/stylesheets/iphone.css +++ b/www/iphone/UiUIKit/stylesheets/iphone.css @@ -23,20 +23,6 @@ -webkit-text-size-adjust: none; } - - - - - - - - - - - - - - /* standard header on body */ div#header + h1, ul + h1 { @@ -46,11 +32,15 @@ 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; @@ -63,7 +53,10 @@ color: #fff; text-transform: uppercase; font-size: 10px; - margin-left: 3px; + margin-top: 0px; + margin-bottom: 0px; + margin-left: 0px; + vertical-align: bottom; } a { @@ -463,8 +456,9 @@ 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; @@ -513,8 +507,9 @@ } 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); }