From 557629085eccbcd1945137c34b90d0c858019762 Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Sat, 10 Jun 2017 00:40:03 +0200 Subject: [PATCH 1/2] fixed avatar margin Signed-off-by: Artem Anufrij --- css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/style.css b/css/style.css index c98ec1604..6febdc606 100644 --- a/css/style.css +++ b/css/style.css @@ -615,7 +615,6 @@ button.button-inline:hover { border-radius: 16px; width: 32px; height: 32px; - margin-right: 3px; } .avatardiv .icon-group { From d06fe098914b821b2d0acff13a69c91fe928c3b8 Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Sat, 10 Jun 2017 10:28:39 +0200 Subject: [PATCH 2/2] 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;