aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-10-08 13:17:56 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-10-08 13:17:56 +0000
commit29faf955f6ce35af747d867133b3cb09e79ba675 (patch)
treecff96f69dad825a1b6aade58c880c369b56ef67e /view/theme
parent9a1c3f10b2ea10e69fe1d293ce1ae25bdcd37a8a (diff)
downloadvolse-hubzilla-29faf955f6ce35af747d867133b3cb09e79ba675.tar.gz
volse-hubzilla-29faf955f6ce35af747d867133b3cb09e79ba675.tar.bz2
volse-hubzilla-29faf955f6ce35af747d867133b3cb09e79ba675.zip
Small fix so search field and search buttons fit well.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index e30be9042..1d5fcaa1a 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -897,11 +897,15 @@ footer {
#search-text {
border: 1px solid #ccc;
font-size: 1em;
- height: 30px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
+#netsearch-box .btn-sm {
+ padding: 2.78px 10px;
+}
+
+
.profile-clear {
clear: both;
}