From eef833d644f90518c712eccac7805d99562fd263 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 24 Jun 2016 12:07:45 +0200 Subject: [PATCH] uniformize tags on article view too --- app/Resources/static/themes/material/css/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index cfc77d06..053dfd91 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -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 { -- 2.41.0