diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-14 19:13:40 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-21 14:00:36 +0200 |
commit | 99598d3f405c6c87fcd6f9248acdf3431ee0ffdb (patch) | |
tree | 324e10836caa66238e29cda4394978b58ecd59b3 /core | |
parent | f2f0685bb223a926bf1cb11be6bd7b48b0cb92f5 (diff) | |
download | nextcloud-server-99598d3f405c6c87fcd6f9248acdf3431ee0ffdb.tar.gz nextcloud-server-99598d3f405c6c87fcd6f9248acdf3431ee0ffdb.zip |
Padding for deleted and editing entries
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index a3b8a1f1561..15161ccfab5 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -104,7 +104,9 @@ kbd { display: inline-flex; flex-wrap: wrap; - > a { + > a, + > .app-navigation-entry-deleted, + > .app-navigation-entry-edit { /* Ugly hack for overriding the main entry link */ padding-left: 44px !important; } @@ -431,8 +433,8 @@ kbd { */ .app-navigation-entry-deleted { display: inline-flex; + padding-left: 12px; .app-navigation-entry-deleted-description { - padding-left: 12px; position: relative; white-space: nowrap; text-overflow: ellipsis; |