From 21b9f301c5e1305c3be4e260161d2495bca059de Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 12 Jan 2017 16:19:00 -0800 Subject: [addons] Expanding basic addon framework (#29) --- system/admin/static/dashboard/css/admin.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'system/admin/static') diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index ce533a4..a977afb 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -191,6 +191,23 @@ li:hover .quick-delete-post, li:hover .delete-user { top: -10px; } +tr.default-fields, tr.editor-fields { + margin-top: 20px; + margin-bottom: 20px; +} + +.addon-meta a { + color: #7e7e7e; + text-decoration: underline; + font-style: italic; +} + +.addon-meta { + display: block; + color: #9e9e9e; + font-size: 12px; +} + /* OVERRIDE Bootstrap + Materialize conflicts */ .iso-texteditor.input-field label { color: #9e9e9e; -- cgit v1.2.3