From 2b1919b48000551a583920c72c5c16babe215482 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Wed, 13 Mar 2019 09:48:25 +1300 Subject: [PATCH] Virtal icon position --- css/elemental-admin.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/elemental-admin.css b/css/elemental-admin.css index 40d2115..c9847b6 100644 --- a/css/elemental-admin.css +++ b/css/elemental-admin.css @@ -29,11 +29,20 @@ color: #999; } +button.element-icon-virtual { + padding-left: 40px; +} + button.element-icon-virtual:before { background: url("../images/virtual.svg") no-repeat center; background-size: 100% auto; width: 28px; height: 32px; + display: block; + content: ""; + position: absolute; + left: 0; + top: 5px; } .element-editor-header__icon-container .element-icon-virtual {