diff --git a/app/assets/images/sprite.svg b/app/assets/images/sprite.svg index cfafff8b1..1eafc1df0 100644 --- a/app/assets/images/sprite.svg +++ b/app/assets/images/sprite.svg @@ -1,5 +1,5 @@ - + 1 Created with Sketch (http://www.bohemiancoding.com/sketch) @@ -187,11 +187,10 @@ - - - - - - + + + + + \ No newline at end of file diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index 249c26f75..95c121ba2 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -1446,39 +1446,35 @@ ol.tabs li { } .split.action.icon { - width: 24px; - height: 20px; + width: 18px; + height: 15px; background-position: 0 -336px; } .reply.action.icon { - width: 19px; - height: 20px; - background-position: -24px -336px; - } - - .internal.action.icon { - width: 16px; - height: 20px; - background-position: -44px -336px; + width: 14px; + height: 15px; + background-position: -18px -336px; } + .internal.action.icon, .public.visibility.icon { width: 11px; height: 15px; - background-position: 0 -356px; + background-position: -32px -336px; } + .public.action.icon, .internal.visibility.icon { width: 11px; height: 15px; - background-position: -11px -356px; + background-position: -43px -336px; } .recipients.icon { width: 15px; height: 12px; - background-position: -22px -359px; + background-position: -54px -336px; } @@ -2782,7 +2778,7 @@ footer { .article-action .icon { margin-right: 10px; - vertical-align: bottom; + vertical-align: top; } .ticket-edit {