]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1395 from wallabag/v2-fix-1378
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Mon, 24 Aug 2015 10:16:08 +0000 (12:16 +0200)
committerJeremy Benoist <j0k3r@users.noreply.github.com>
Mon, 24 Aug 2015 10:16:08 +0000 (12:16 +0200)
fix #1378: nice display for tags list

1  2 
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css

index 1d50faf7b3a24fa09f785728120be4b087937921,286fa6414600cf117755569134d7be09b6eb24e0..6c139b7289da8393fbe18a82dd44e4d12f892bba
@@@ -303,6 -303,30 +303,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
     ========================================================================== */
     7 = Others
     ========================================================================== */
  
 -div.input-field div, div.input-field ul {
 +/* 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;
  }