]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
uniformize tags on article view too 2170/head
authorThomas Citharel <tcit@tcit.fr>
Fri, 24 Jun 2016 10:07:45 +0000 (12:07 +0200)
committerThomas Citharel <tcit@tcit.fr>
Fri, 24 Jun 2016 10:07:45 +0000 (12:07 +0200)
app/Resources/static/themes/material/css/main.css

index cfc77d06dcfa4bf08b872c092f60993a4951abb0..053dfd91647fe3c2ce2222b63221333521d18e41 100755 (executable)
@@ -487,12 +487,13 @@ main ul.row {
 
 #article aside #list {
   float: right;
-  margin-right: 15px;
+  margin: 0 15px 10px;
 }
 
 #article aside .chip {
-  background-color: #039be5;
+  background-color: rgba(0,151,167,0.85);
   color: #fff;
+  padding: 0 15px 0 10px;
 }
 
 #article aside .chip i {