diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-27 14:04:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-27 14:04:54 +0200 |
commit | e6f4ba59294a272fd10ce7036ce4608d288e10fe (patch) | |
tree | 883afc6446bde31c630ffc1e3eb2dcf330884f38 /apps/workflowengine | |
parent | 5bdb620af3bf3128c5a33365dc66b046c580d0b7 (diff) | |
parent | e0beaf6643527b9a571c6293f5a0f21531d7ea72 (diff) | |
download | nextcloud-server-e6f4ba59294a272fd10ce7036ce4608d288e10fe.tar.gz nextcloud-server-e6f4ba59294a272fd10ce7036ce4608d288e10fe.zip |
Merge pull request #601 from nextcloud/fix-workflowengine-loading
Fix loading icon for workflowengine
Diffstat (limited to 'apps/workflowengine')
-rw-r--r-- | apps/workflowengine/css/admin.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/workflowengine/css/admin.css b/apps/workflowengine/css/admin.css index 73ac448cd7b..1d94fced003 100644 --- a/apps/workflowengine/css/admin.css +++ b/apps/workflowengine/css/admin.css @@ -41,3 +41,8 @@ cursor: pointer; } +.workflowengine .rules .icon-loading-small { + display: inline-block; + margin-right: 5px; +} + |