X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fpublic%2Fthemes%2Fmaterial%2Fcss%2Fmain.css;h=b106d91a3b807e6a2e325271623fa0924f6911d7;hb=9f95b14dec88cf083cefa38d5fbd84189e07acac;hp=6f44e1dac7725bda35296dfe9a9e0df26037cfeb;hpb=ec7c67badc46aaf36205f97d3aa326dc72c777b7;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css index 6f44e1da..b106d91a 100755 --- a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css @@ -54,20 +54,6 @@ body.login main { padding: 0; } -#warning_message { - position: fixed; - background-color: #ff6347; - z-index: 1000; - bottom: 0; - left: 0; - width: 100%; - color: #000; -} - -#warning_message a { - color: #555; -} - .border-bottom { border-bottom: 1px solid #DDD; } @@ -94,6 +80,14 @@ main, #content, .valign-wrapper { margin-bottom: 0; } +.pagination { + float: right; +} + +.pagination ul { + margin: 0 !important; +} + .pagination li { padding: 0; } @@ -104,6 +98,18 @@ main, #content, .valign-wrapper { display: block; } +.pagination li.active span { + padding: 0px 10px; + height: 30px; + display: block; + color: #fff; +} + +.pagination .disabled { + margin-right: 10px; + margin-left: 10px; +} + .page-footer .footer-copyright p { display: inline; } @@ -431,6 +437,9 @@ main ul.row { .indicator { display: none; } + .pagination li.prev, .pagination li.next { + width: auto; + } } @media only screen and (min-width : 400px) {