diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2016-11-22 09:34:35 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2016-11-22 10:49:24 +0100 |
commit | 6bcb6e08be19479cc64ebe7b8b9ed99c77c64a3f (patch) | |
tree | b9d42c73a74b27c7be35ab40dfea4be8d5cf8a7a /apps | |
parent | d89143524b4af39c1ba2062fabd713ea802c3306 (diff) | |
download | nextcloud-server-6bcb6e08be19479cc64ebe7b8b9ed99c77c64a3f.tar.gz nextcloud-server-6bcb6e08be19479cc64ebe7b8b9ed99c77c64a3f.zip |
Fix systemtagsfilelist unwanted margin and clean aera a bit
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/systemtags/css/systemtagsfilelist.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemtags/css/systemtagsfilelist.css b/apps/systemtags/css/systemtagsfilelist.css index 2da8cd40012..6318d43687e 100644 --- a/apps/systemtags/css/systemtagsfilelist.css +++ b/apps/systemtags/css/systemtagsfilelist.css @@ -9,6 +9,7 @@ */ #app-content-systemtagsfilter .select2-container { width: 30%; + margin-left: 10px; } #app-content-systemtagsfilter .select2-choices { @@ -19,7 +20,6 @@ box-sizing: content-box; border-radius: 3px; border: 1px solid #ddd; - margin: 3px 3px 3px 0; padding: 0; min-height: auto; } |