summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-08-05 15:12:57 +0200
committerJoas Schilling <coding@schilljs.com>2016-08-05 15:12:57 +0200
commit777504d0e0fd160c46ce73bc673084f98f7bf27e (patch)
treedac534e45aef88a362b855d6df7ee27ca55e102a
parentdd44624540ee56dca6ba51be647b9572cef5fb5e (diff)
downloadnextcloud-server-777504d0e0fd160c46ce73bc673084f98f7bf27e.tar.gz
nextcloud-server-777504d0e0fd160c46ce73bc673084f98f7bf27e.zip
Add some space between the rule groups
-rw-r--r--apps/workflowengine/css/admin.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/workflowengine/css/admin.css b/apps/workflowengine/css/admin.css
index 70185615ad6..6430538d757 100644
--- a/apps/workflowengine/css/admin.css
+++ b/apps/workflowengine/css/admin.css
@@ -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;
}