aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css14
1 files changed, 10 insertions, 4 deletions
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 0ce334a3..f88880cc 100755
--- a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
@@ -149,10 +149,6 @@ nav input {
149 max-height: 64px; 149 max-height: 64px;
150} 150}
151 151
152.nav-panel-buttom {
153 float: right;
154}
155
156.nav-panels { 152.nav-panels {
157 transition: background 0.2s ease; 153 transition: background 0.2s ease;
158} 154}
@@ -395,6 +391,10 @@ main ul.row {
395 color: #ffffff; 391 color: #ffffff;
396} 392}
397 393
394#article aside .chip i {
395 color: #ffffff;
396}
397
398/* ========================================================================== 398/* ==========================================================================
399 6 = Media queries 399 6 = Media queries
400 ========================================================================== */ 400 ========================================================================== */
@@ -417,6 +417,12 @@ main ul.row {
417 } 417 }
418 } 418 }
419 419
420@media only screen and (min-width : 400px) {
421 .nav-panel-buttom {
422 float: right;
423 }
424}
425
420@media only screen and (min-width : 993px) and (max-width : 1180px) { 426@media only screen and (min-width : 993px) and (max-width : 1180px) {
421 .row .col.l1 { 427 .row .col.l1 {
422 width: 25%; 428 width: 25%;