diff options
author | marijus <mario@mariovavti.com> | 2014-10-08 12:36:26 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-08 12:36:26 +0200 |
commit | 289f57f79e27ffabcee404ee82758582d0d13985 (patch) | |
tree | 4ce32138cee349105481e53f4f2c6f9e34acba35 /view/theme | |
parent | 634c2ef8ce3038bba504040096b3de023077bddc (diff) | |
download | volse-hubzilla-289f57f79e27ffabcee404ee82758582d0d13985.tar.gz volse-hubzilla-289f57f79e27ffabcee404ee82758582d0d13985.tar.bz2 volse-hubzilla-289f57f79e27ffabcee404ee82758582d0d13985.zip |
template for searchbox and some more work on saved searches
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 40cb57fbf..a61c64eec 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -858,14 +858,6 @@ footer { margin-bottom: 25px; } -#search-submit { - margin-left: 15px; -} - -#search-box { - margin-bottom: 25px; -} - #nav-searchbar { float: right; margin-top: 2px; @@ -905,14 +897,9 @@ footer { #search-text { border: 1px solid #ccc; font-size: 1em; -} - -#search-text::-webkit-input-placeholder { - font-family: FontAwesome; -} - -#search-text::-moz-placeholder { - font-family: FontAwesome; + height: 22px; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; } .profile-clear { |