search widget. #12038

This commit is contained in:
James Koster 2016-11-28 15:06:32 +00:00
parent 388775935c
commit 583de21429
2 changed files with 19 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -617,6 +617,24 @@ table.variations {
}
}
.widget_product_search {
form {
position: relative;
}
.search-field {
padding-right: 100px;
}
input[type=submit] {
position: absolute;
top: .5em;
right: .5em;
padding-left: 1em;
padding-right: 1em;
}
}
/**
* Layout stuff
*/