summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-11 14:33:21 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-11 14:33:21 -0800
commitec811345063a37d1238e0e6d3f9e4eb7c5f26b1f (patch)
tree4fa55fa7c7e09848c9b8927ac23ece36a9dc5f71 /system
parentbbe0dee77504ac10ccbe47303771d8e7a7834f5f (diff)
adding layout adjustment to editor view and save button
Diffstat (limited to 'system')
-rw-r--r--system/admin/static/dashboard/css/admin.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css
index ce533a4..83e53d8 100644
--- a/system/admin/static/dashboard/css/admin.css
+++ b/system/admin/static/dashboard/css/admin.css
@@ -191,6 +191,10 @@ li:hover .quick-delete-post, li:hover .delete-user {
top: -10px;
}
+tr.default-fields, tr.editor-fields {
+ margin-top: 20px;
+}
+
/* OVERRIDE Bootstrap + Materialize conflicts */
.iso-texteditor.input-field label {
color: #9e9e9e;