[ticket/12598] Remove border from .search-header

PHPBB3-12598
This commit is contained in:
hanakin 2014-09-18 20:08:01 +02:00 committed by PayBas
parent 0dc181a529
commit 6eb2b876f1

View file

@ -391,6 +391,29 @@ input.button1:focus, input.button2:focus, input.button3:focus {
padding: 2px 5px 2px 3px;
}
/* Search box (header)
--------------------------------------------- */
.search-header {
border-radius: 4px;
display: block;
float: right;
margin-right: 5px;
margin-top: 30px;
}
.search-header .inputbox { border: 0; }
.search-header button {
border-top: 0;
border-bottom: 0;
}
.search-header a.button {
border-top: 0;
border-bottom: 0;
padding: 3px 5px 3px 4px;
}
input.search {
background-image: none;
background-repeat: no-repeat;