From d421e23f9d4a9733c074eda5b566c3cc0c9f47fe Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Sat, 10 Jun 2017 10:28:39 +0200 Subject: [PATCH] added assigned-users into css block Signed-off-by: Artem Anufrij --- css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 6febdc606..39168c672 100644 --- a/css/style.css +++ b/css/style.css @@ -609,15 +609,16 @@ button.button-inline:hover { text-align: center; } -.avatardiv { +#assigned-users .avatardiv { float: left; background-color: #eee; border-radius: 16px; width: 32px; height: 32px; + margin-right: 3px; } -.avatardiv .icon-group { +#assigned-users .avatardiv .icon-group { margin: 7px; opacity: 0.5; display: block !important;