Small fix so search field and search buttons fit well.

This commit is contained in:
Jeroen 2014-10-08 13:17:56 +00:00
parent 9a1c3f10b2
commit 29faf955f6

View File

@ -897,11 +897,15 @@ footer {
#search-text { #search-text {
border: 1px solid #ccc; border: 1px solid #ccc;
font-size: 1em; font-size: 1em;
height: 30px;
border-top-right-radius: 0px; border-top-right-radius: 0px;
border-bottom-right-radius: 0px; border-bottom-right-radius: 0px;
} }
#netsearch-box .btn-sm {
padding: 2.78px 10px;
}
.profile-clear { .profile-clear {
clear: both; clear: both;
} }