X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2Fpublic%2Fcss%2Fmain.css;h=5e1ae8bd5a71febb7c660c4eea667a068330565d;hb=e610143f51d991a63bb70645f2de63fdbc1173fe;hp=a3cbe651814d00b2bcaca3f6c17b19a26a27b7fd;hpb=6fd3d82c01f3ab9747b5a6f0ca779202f0e9cbe1;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css index a3cbe651..5e1ae8bd 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css @@ -4,13 +4,11 @@ 0 = Common 1 = Nav 2 = Side-nav - - 2 = Layout - 3 = Pictos - 4 = Messages + 3 = Filters slider + 4 = Cards 5 = Article - 6 = Media queries + 7 = Others ========================================================================== */ @@ -26,6 +24,20 @@ body { background: #f0f0f0; } +#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; } @@ -66,6 +78,10 @@ nav, main, footer { display: none; } +.picker__date-display { + display: none; +} + /* ========================================================================== 1 = Nav ========================================================================== */ @@ -190,10 +206,11 @@ nav input { .side-nav.fixed.right-aligned { right: -250px; left: auto !important; + overflow-y: visible; } /* ========================================================================== - 3 = Cards + 4 = Cards ========================================================================== */ main #content { @@ -209,6 +226,10 @@ main ul.row { overflow: hidden; } +img.preview { + max-width: 100%; +} + .card .card-content .card-title { line-height: 32px; } @@ -242,7 +263,7 @@ main ul.row { } /* ========================================================================== - 4 = Article + 5 = Article ========================================================================== */ #article { @@ -286,6 +307,30 @@ main ul.row { margin: 0; z-index: 9999; } + +#article aside .link { + color: #000; + font-size: 0.6em; + text-decoration: none; +} + +#article aside #list { + float: right; + margin-right: 15px; +} + +#article aside span a { + background-color: #039be5; + color: #fff; + border-radius: 3px; + float: left; + font-size: 0.6em; + margin-left: 0.5em; + margin-bottom: 0.5em; + padding: 4px; + text-decoration: none; +} + /* ========================================================================== 6 = Media queries ========================================================================== */ @@ -346,3 +391,11 @@ main ul.row { display: none; } } +/* ========================================================================== + 7 = Others + ========================================================================== */ + +/* force height on non-input field in the settings page */ +div.settings div.input-field div, div.settings div.input-field ul { + margin-top: 40px; +}