Commit 48cd89bb authored by Sven Franck's avatar Sven Franck

css: pad pagination after inset listviews

parent 45c7d248
......@@ -1481,6 +1481,10 @@ html .ui-filterable {
.ui-listview.responsive .ui-li-has-thumb .ui-li-thumb {
position: absolute;
}
/* pad controlbar if its after a listview (which may be inset)*/
.ui-content .ui-listview ~ .ui-controlbar {
margin-top: 1em;
}
/* First breakpoint is at 20em (320px) 2 column layout. Tiles 250x250px */
@media ( min-width: 24em) {
.ui-listview.responsive a.ui-btn {
......
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