diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-08 13:17:56 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-08 13:17:56 +0000 |
commit | 29faf955f6ce35af747d867133b3cb09e79ba675 (patch) | |
tree | cff96f69dad825a1b6aade58c880c369b56ef67e /view/theme/redbasic | |
parent | 9a1c3f10b2ea10e69fe1d293ce1ae25bdcd37a8a (diff) | |
download | volse-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/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
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; } |