X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fpublic%2Fthemes%2Fmaterial%2Fcss%2Fmain.css;h=96c38822e4133b7f79ce541435bc862570d7e2b2;hb=163517da79d027458d5cadaa736962f4b4df8ab2;hp=87bcfe65bbb723ab9d5b1f47b013563717bdd79a;hpb=a7c7de4e9b1ba9c688c9d4f5c442adcd6450c0a4;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 87bcfe65..96c38822 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; } @@ -149,10 +135,6 @@ nav input { max-height: 64px; } -.nav-panel-buttom { - float: right; -} - .nav-panels { transition: background 0.2s ease; } @@ -343,6 +325,11 @@ main ul.row { max-width: 40em; } +#article img { + max-width: 100%; + height: auto; +} + .reader-mode { width: 95px !important; transition: width 0.2s ease; @@ -419,8 +406,25 @@ main ul.row { .reader-mode span { opacity: 1; } + + .tabs { + display: inline-block; + height: auto; + } + .tab { + min-width: 100%; + } + .indicator { + display: none; + } } +@media only screen and (min-width : 400px) { + .nav-panel-buttom { + float: right; + } +} + @media only screen and (min-width : 993px) and (max-width : 1180px) { .row .col.l1 { width: 25%;