diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-31 01:06:36 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-31 01:06:36 -0700 |
commit | 76f1af6aad8de62f3df540767e713959c3385c01 (patch) | |
tree | 5cb9c7184b94be344492d8fd89c7709a14ccaee9 /system/admin/static/dashboard | |
parent | 519c5b44d0b36e1f61cb0228889401fa1e33357e (diff) | |
parent | 12cd2d10d79b7b8f0666c7f3f145e773f6edaac5 (diff) |
Merge branch 'ponzu-dev'
Diffstat (limited to 'system/admin/static/dashboard')
-rw-r--r-- | system/admin/static/dashboard/css/admin.css | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/system/admin/static/dashboard/css/admin.css b/system/admin/static/dashboard/css/admin.css index e23658e..3cffc5d 100644 --- a/system/admin/static/dashboard/css/admin.css +++ b/system/admin/static/dashboard/css/admin.css @@ -44,7 +44,7 @@ padding: 0px !important; } -ul.posts li { +ul.posts li, ul.users li { display: block; margin: 0 0 20px 0; padding: 0 0 20px 0 !important; @@ -164,15 +164,15 @@ span.post-detail { font-style: italic; } -.quick-delete-post { +.quick-delete-post, .delete-user { display: none; } -li:hover .quick-delete-post { +li:hover .quick-delete-post, li:hover .delete-user { display: inline-block; } -.quick-delete-post span { +.quick-delete-post span, .delete-user span { cursor: pointer; color: #F44336; text-transform: uppercase; @@ -181,6 +181,10 @@ li:hover .quick-delete-post { margin-right: 20px; } +.user-management { + padding: 20px; +} + /* OVERRIDE Bootstrap + Materialize conflicts */ .iso-texteditor.input-field label { @@ -199,3 +203,17 @@ li:hover .quick-delete-post { -o-transform: translateY(-140%); transform: translateY(-140%); } + +.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 |