diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-20 13:59:53 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-20 14:00:00 +0100 |
commit | 5ea14192ee39dcd26ac527fb74809d2cbcb32bcb (patch) | |
tree | b4333f60bac9b83c225aa30dedc713c1f45a28f4 /core/css | |
parent | 1dd8746395434e837d9503b64695048196bc0866 (diff) | |
download | nextcloud-server-5ea14192ee39dcd26ac527fb74809d2cbcb32bcb.tar.gz nextcloud-server-5ea14192ee39dcd26ac527fb74809d2cbcb32bcb.zip |
Move star to top right instead of top left, fix checkbox overlay
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 5e47f75d193..ed102a9d8fa 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -986,7 +986,7 @@ kbd { .app-content-list-item-star { top: 10px; - left: 3px; + left: 32px; background-size: 16px; height: 20px; width: 20px; |