adjust search-field size

This commit is contained in:
Felix Niklas 2015-06-25 12:31:55 +02:00
parent b854568ed8
commit 6a77365208

View file

@ -951,8 +951,8 @@ input[type=time] {
margin-bottom: 20px; margin-bottom: 20px;
.icon { .icon {
left: 9px; left: 15px;
top: 7px; top: 12px;
width: 17px; width: 17px;
height: 17px; height: 17px;
position: absolute; position: absolute;
@ -961,10 +961,8 @@ input[type=time] {
input[type=search] { input[type=search] {
appearance: textfield; appearance: textfield;
line-height: 30px;
height: 30px;
border-radius: 19px; border-radius: 19px;
padding: 0 17px 0 34px; padding: 0 17px 0 42px;
} }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-cancel-button,