X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fentries.scss;h=e22178a52128d26b9b9f3b08fb97128dceb718dd;hb=HEAD;hp=d38d97e4b51d3ed0b6281360f8f17c8c1e9c73ef;hpb=aeab8b342e462a446c6be54896ac76c41d68b471;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 d38d97e4..e22178a5 100644 --- a/app/Resources/static/themes/material/css/entries.scss +++ b/app/Resources/static/themes/material/css/entries.scss @@ -2,6 +2,42 @@ * Entries * ========================================================================== */ +.mass-buttons { + margin: 5px; + + #selectAll { + position: relative; + opacity: initial; + left: 0; + } + + span { + padding: 3px; + } + + button { + i { + font-size: 12px; + } + + height: 24px; + line-height: 24px; + padding: 0 0.5rem; + } +} + +.card-stacked { + input[type=checkbox] { + position: relative; + opacity: initial; + left: 0; + } + + .entry-checkbox { + margin-right: 10px; + } +} + .collection { margin: 15px 15px 0; @@ -64,17 +100,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 {