aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-08 12:36:26 +0200
committermarijus <mario@mariovavti.com>2014-10-08 12:36:26 +0200
commit289f57f79e27ffabcee404ee82758582d0d13985 (patch)
tree4ce32138cee349105481e53f4f2c6f9e34acba35 /view/theme
parent634c2ef8ce3038bba504040096b3de023077bddc (diff)
downloadvolse-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.css19
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 {