X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fmain.css;h=005cc30207e1205980237d8cce78a9eca7cf6dbd;hb=dfbbf0e18ad585e318c2609e46963e4b9fd198ef;hp=2ffe0b4681846e6e306842ce137889184d250f9d;hpb=2bb138ef6df2d1a608b42907185b274fb87f4513;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 2ffe0b46..005cc302 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -91,6 +91,7 @@ body { body.login main { padding: 0; + min-height: 100vh; } .border-bottom { @@ -173,7 +174,7 @@ div.pagination ul .next.disabled { footer.page-footer { margin-top: 10px; - padding-top: 10px; + padding-top: 0px; } footer .row { @@ -256,6 +257,10 @@ nav input { display: none; } +.input-field.nav-panel-add, .input-field.nav-panel-add form { + height: 100%; +} + /* ========================================================================== 2 = Side-nav ========================================================================== */ @@ -303,6 +308,10 @@ nav input { margin: 0 1rem; } +span.numberItems { + float: right; +} + /* ========================================================================== * 3 = Filters slider * ========================================================================== */ @@ -342,6 +351,11 @@ main ul.row { .card .card-content .card-title { line-height: 32px; + max-height: 64px; +} + +.card .card-content i.right, .card .card-reveal i.right { + margin-left: 0; } .card .card-entry-labels { @@ -397,12 +411,12 @@ main ul.row { } .card .card-action a { - color: #fff; + color: #fff !important; margin: 0; } .card .card-action a:hover { - color: #fff; + color: #fff !important; } .settings .div_tabs { @@ -436,7 +450,8 @@ main ul.row { max-width: 40em; } -#article img { +#article img, +#article figure { max-width: 100%; height: auto; } @@ -629,6 +644,10 @@ main ul.row { content: "\eae6"; } +.icon-link::before { + content: "\e9cb"; +} + footer [class^="icon-"], footer [class*=" icon-"] { font-size: 2em; @@ -655,3 +674,7 @@ div.settings div.input-field ul { div.settings div.file-field div { margin-top: inherit; } + +.input-field label.active { + font-size: 1rem; +}