From cdf64318a63a4d305ca1cf4199645cea6610428e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Aug 2018 11:57:24 +0200 Subject: [PATCH] misc: remove icons from history bullets (#25639) --- wcs/qommon/static/css/qommon.css | 37 +++++++++----------------------- 1 file changed, 10 insertions(+), 27 deletions(-) diff --git a/wcs/qommon/static/css/qommon.css b/wcs/qommon/static/css/qommon.css index a98c86e4..91391e52 100644 --- a/wcs/qommon/static/css/qommon.css +++ b/wcs/qommon/static/css/qommon.css @@ -476,9 +476,9 @@ ul#evolutions { content: ""; background: #bbb; position: absolute; - width: 5px; - top: 40px; - left: 28px; + width: 1px; + top: 42px; + left: 31px; height: calc(100% - 40px); z-index: 0; border-radius: 3px; @@ -498,8 +498,8 @@ ul#evolutions li:after { position: absolute; width: 100px; left: 30px; - top: 40px; - height: 5px; + top: 42px; + height: 1px; z-index: -10; } @@ -567,32 +567,15 @@ ul#evolutions li span.item { /* left circle icon */ position: absolute; text-align: center; - line-height: 40px; color: #666; - font-family: FontAwesome; - width: 40px; - height: 40px; + width: 31px; + height: 31px; display: block; - left: 10px; + left: 15px; border-radius: 20px; border: 1px solid #aaa; - top: 20px; -} - -ul#evolutions li:first-child span.item:before { - content: "\f067"; /* plus */ -} - -ul#evolutions li.msg-system span.item:before { - content: "\f141"; /* ellipsis-h */ -} - -ul#evolutions li.endpoint span.item::before { - content: "\f00c"; /* check */ -} - -ul#evolutions li span.item:before { - content: "\f075"; /* comment */ + top: 26px; + box-shadow: 0 0 0px 5px white; } div.halfwidth { -- 2.18.0