diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-30 23:54:28 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-30 23:54:28 -0700 |
commit | a6e4c198446ebce3010814a530f193fba0268a57 (patch) | |
tree | fd7792b0f55dccf30059808b2b7852b573d4a6c7 /system | |
parent | 8dd8f63a8f33f14a94785c4c371a0e8dec11bbc0 (diff) |
+ UI edits
Diffstat (limited to 'system')
-rw-r--r-- | system/admin/static/dashboard/css/admin.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index 1de966d..3cffc5d 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -206,4 +206,14 @@ li:hover .quick-delete-post, li:hover .delete-user { .chips { margin-top: 10px; +} + +.external.post-controls .col.input-field { + margin-top: 40px; + padding: 0; +} + +.approve-details { + text-align: right; + padding: 10px 0 !important; }
\ No newline at end of file |