diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-08 12:15:18 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-08 12:52:46 +0100 |
commit | 32722bd940a13c4733fdda5478d7303b99b0376c (patch) | |
tree | 6c56a5b5eac77c98140643639914a1101294e1e8 | |
parent | 431be8486126333d0493290bbcd50585a24910ab (diff) |
prettify buttons and icons in search box
-rw-r--r-- | www/css/fms.css | 43 | ||||
-rw-r--r-- | www/images/search.png | bin | 0 -> 243 bytes | |||
-rw-r--r-- | www/images/search@x2.png | bin | 0 -> 374 bytes |
3 files changed, 43 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index 48573fc..ce45b62 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -546,6 +546,49 @@ background-color: rgba(248,248,248,0.8); } + #pc { + padding-left: 0.2em; + border-left: 1px solid #F6BE41; + } + + #postcodeForm .ui-icon-searchfield::after { + background-color: rgba(0,0,0,0); + height: 30px; + width: 30px; + left: 0px; + margin-top: -14px; + background-size: 30px 30px; + background-position: 0px 0px; + background-image: url(../images/search.png); + } + @media only screen and (min-resolution: 320dpi), + only screen and (-webkit-min-device-pixel-ratio: 2) { + #postcodeForm .ui-icon-searchfield::after { + background-image: url(../images/search@x2.png); + } + } + + #postcodeForm .ui-btn { + border: none; + -webkit-box-shadow: none; + box-shadow: none; + } + + #postcodeForm .ui-btn-up-c, + #postcodeForm .ui-btn-down-c { + background-image: none; + background-color: rgba(0,0,0,0); + } + + #postcodeForm .ui-icon { + background-image: url(images/icons-18-black.png); + } + @media only screen and (min-resolution: 320dpi), + only screen and (-webkit-min-device-pixel-ratio: 2) { + #postcodeForm .ui-icon { + background-image: url(images/icons-36-black.png); + } + } /* drafts screen */ #drafts { diff --git a/www/images/search.png b/www/images/search.png Binary files differnew file mode 100644 index 0000000..4041d96 --- /dev/null +++ b/www/images/search.png diff --git a/www/images/search@x2.png b/www/images/search@x2.png Binary files differnew file mode 100644 index 0000000..ac0a819 --- /dev/null +++ b/www/images/search@x2.png |