]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/cards.scss
Fix according to review
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / cards.scss
index 18ef6e602f37c8f450465f437a86b4b6c840b362..2fa6535ac8132d60343cccf5d9dd085c6dcaff84 100644 (file)
@@ -114,20 +114,6 @@ main {
     }
   }
 
-  .card-entry-labels li,
-  .card-tag-labels li {
-    margin: 10px 10px 10px auto;
-    padding: 5px 12px 5px 16px !important;
-    background-color: $blueAccentColor;
-    border-radius: 0 3px 3px 0;
-    color: #fff;
-    cursor: default;
-    max-height: 2em;
-    overflow: hidden;
-    text-overflow: ellipsis;
-    white-space: nowrap;
-  }
-
   .card-image {
     height: 10em;
   }
@@ -156,6 +142,20 @@ a.original {
   display: block;
 }
 
+.card-entry-labels li,
+.card-tag-labels li {
+  margin: 10px 10px 10px auto;
+  padding: 5px 12px 5px 16px !important;
+  background-color: $blueAccentColor;
+  border-radius: 0 3px 3px 0;
+  color: #fff;
+  cursor: default;
+  max-height: 2em;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
 .card-entry-tags a,
 .card-entry-labels a,
 .card-tag-labels a,