Commit 562301c6 authored by Sven Franck's avatar Sven Franck

css: make sure controlbar is on new line

parent eba496ad
......@@ -1445,6 +1445,7 @@ html body .ui-page .ui-listview > li h6 {
/* pad controlbar if its after a listview (which may be inset)*/
.ui-content .ui-listview ~ .ui-controlbar {
margin-top: 1em;
clear: both; /* make sure it drops below */
}
/* First breakpoint is at 20em (320px) 2 column layout. Tiles 250x250px */
@media ( min-width: 24em) {
......
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