summaryrefslogtreecommitdiff
path: root/system/admin/static/dashboard/css
diff options
context:
space:
mode:
authorSteve <nilslice@gmail.com>2016-10-31 00:59:57 -0700
committerGitHub <noreply@github.com>2016-10-31 00:59:57 -0700
commit645cfa39a92a9f732629f1e3206ca468ff329138 (patch)
tree89fc417b79394fb4fc58de997194b9730acfefc1 /system/admin/static/dashboard/css
parent96ebcb095797fe4947d647ad1aa7572d84609fc0 (diff)
parent682cc2b6d9e3524209fbe3d2773fa31e8de9b88d (diff)
Merge pull request #11 from bosssauce/ponzu-dev
[core] Enable content to be submitted from external clients
Diffstat (limited to 'system/admin/static/dashboard/css')
-rw-r--r--system/admin/static/dashboard/css/admin.css10
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