From 138ae59901007aa1353912799e5046cda9105edd Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Thu, 22 Mar 2018 11:24:13 +0100 Subject: Make text of edit entry being aligned with other entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/apps.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index dc4b8290e99..6b3ab623704 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -206,12 +206,19 @@ kbd { left: 22px; /* 44px / 2 */ } - > .app-navigation-entry-deleted, - > .app-navigation-entry-edit { + > .app-navigation-entry-deleted { /* margin to keep active indicator visible */ margin-left: 4px; padding-left: 84px; } + + > .app-navigation-entry-edit { + /* margin to keep active indicator visible */ + margin-left: 4px; + /* align the input correctly with the link text + 44px+44px-4px-6px padding for the input */ + padding-left: 78px !important; + } } } } -- cgit v1.2.3