From 29faf955f6ce35af747d867133b3cb09e79ba675 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Wed, 8 Oct 2014 13:17:56 +0000 Subject: Small fix so search field and search buttons fit well. --- view/theme/redbasic/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/theme') 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; } -- cgit v1.2.3