Commit 477af4c9 authored by Sven Franck's avatar Sven Franck

gadget/searchbar: added responsive css

parent 48cd44fd
......@@ -8,7 +8,7 @@
.searchbar_wrap {
width: 74%;
margin: 1em auto;
margin: 0 auto;
}
.searchbar_wrap .ui-input-search input {
padding-left: 0.25em;
......@@ -23,6 +23,7 @@
/* Responsive CSS */
@media (max-width: 40em) {
.searchbar_wrap {
width: 100%;
width: 80% /* need to fit buttons left and right */;
min-width: 80px /* display placeholder */;
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment