]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
Merge pull request #2330 from pmichelazzo/master
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / public / themes / material / css / main.css
index b4e082d3fe7f55801d8cc3f3d5ee0ff1ab42f05c..9d9ebe121313680dc6cb32b4f2a72909f27282f1 100755 (executable)
@@ -52,6 +52,7 @@ body {
 
 body.login main {
     padding: 0;
+    min-height: 100vh;
 }
 
 .border-bottom {
@@ -206,6 +207,10 @@ nav input {
     display: none;
 }
 
+.input-field.nav-panel-add, .input-field.nav-panel-add form {
+    height: 100%;
+}
+
 /* ==========================================================================
    2 = Side-nav
    ========================================================================== */
@@ -285,6 +290,12 @@ main ul.row {
 
 .card .card-content .card-title {
     line-height: 32px;
+    max-height: 64px;
+    display: block;
+}
+
+.card .card-content i.right, .card .card-reveal i.right {
+    margin-left: 0;
 }
 
 .card .card-content .estimatedTime {