]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix systemtagsfilelist unwanted margin and clean aera a bit
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>
Tue, 22 Nov 2016 08:34:35 +0000 (09:34 +0100)
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Tue, 22 Nov 2016 09:49:24 +0000 (10:49 +0100)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
apps/systemtags/css/systemtagsfilelist.css

index 2da8cd40012760426dac09fa65cb793e2ef88b6c..6318d43687e9dbe86d04c06e9586d3781afd3682 100644 (file)
@@ -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;
 }