]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add some space between the rule groups
authorJoas Schilling <coding@schilljs.com>
Fri, 5 Aug 2016 13:12:57 +0000 (15:12 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 5 Aug 2016 13:12:57 +0000 (15:12 +0200)
apps/workflowengine/css/admin.css

index 70185615ad642d152c14243e8ada5cb263976605..6430538d757f110988913a2fa6f8c23bbae6bac3 100644 (file)
@@ -1,5 +1,7 @@
 .workflowengine .operation {
        padding: 5px;
+       padding-bottom: 20px;
+       margin-bottom: 20px;
        border-bottom: #eee 1px solid;
        border-left: rgba(0,0,0,0) 1px solid;
 }