X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fentries.scss;h=5c55caa854aa551295f8e1663cca4795e8426a5b;hb=9f0957b831622ee577fa7d8f92ec0df6f3a8e274;hp=b6a46a9e1db6dfe15f62e4ee644833d27dfb6d8d;hpb=b28c5430efefa63d04d87404c99798e82d0427e4;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/css/entries.scss b/app/Resources/static/themes/material/css/entries.scss index b6a46a9e..5c55caa8 100644 --- a/app/Resources/static/themes/material/css/entries.scss +++ b/app/Resources/static/themes/material/css/entries.scss @@ -2,13 +2,20 @@ * Entries * ========================================================================== */ -.results { - height: 1em; +.collection { + margin: 15px 15px 0; - .nb-results, - .pagination { - margin: 15px 15px 0; + .collection-item { + padding: 7px; + height: 65px; } +} + +.results { + display: flex; + padding: 1rem 1rem 0; + flex-wrap: wrap; + justify-content: space-between; .nb-results { display: inline-flex; @@ -20,10 +27,11 @@ } .pagination { - float: right; - ul { - margin: 0 !important; + display: flex; + margin: 0; + flex-wrap: wrap; + justify-content: space-around; .prev.disabled, .next.disabled { @@ -35,10 +43,12 @@ padding: 0; } + span, a { padding: 0 10px; height: 30px; display: block; + line-height: 30px; } .disabled { @@ -54,17 +64,8 @@ } } -.page-footer .footer-copyright { - min-width: 50px; - height: auto !important; - line-height: 1em !important; - - p { - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - display: block; - } +.footer-text { + margin: 0.7rem 0.5rem; } .hidden {