]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
Merge pull request #1384 from wallabag/v2-fix-config-display
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / public / css / main.css
index c812ed6f6f037c42fe18dc723128e2eda2141d01..a976da100f65b1140548593941d1326ff8afd39a 100755 (executable)
@@ -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,7 +24,7 @@ body {
     background: #f0f0f0;
 }
 
-#alphabar {
+#warning_message {
     position: fixed;
     background-color: #ff6347;
     z-index: 1000;
@@ -36,7 +34,7 @@ body {
     color: #000;
 }
 
-#alphabar a {
+#warning_message a {
     color: #555;
 }
 
@@ -212,7 +210,7 @@ nav input {
 }
 
 /* ==========================================================================
-   3 = Cards
+   4 = Cards
    ========================================================================== */
 
 main #content {
@@ -261,7 +259,7 @@ main ul.row {
 }
 
 /* ==========================================================================
-   4 = Article
+   5 = Article
    ========================================================================== */
 
 #article {
@@ -365,3 +363,10 @@ main ul.row {
         display: none;
     }
 }
+/* ==========================================================================
+   7 = Others
+   ========================================================================== */
+
+div.input-field div, div.input-field ul {
+    margin-top: 40px;
+}