diff options
-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; } |