From 8e15dbd73035c2a2198a2828a20ddcebe0739823 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 3 Jul 2018 13:58:57 -0400 Subject: Implemented streams Currently there are no links to the pages for editing stream updates, and the admin panel for managing streams could probably have a better look & feel, but here's some basic working functionality. refs #8 --- app/assets/stylesheets/admin/layout.scss | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets/admin') diff --git a/app/assets/stylesheets/admin/layout.scss b/app/assets/stylesheets/admin/layout.scss index bbe5383..6645709 100644 --- a/app/assets/stylesheets/admin/layout.scss +++ b/app/assets/stylesheets/admin/layout.scss @@ -80,7 +80,7 @@ body { background-color: #eee; } -#blog-form { +#entry-form { display: flex; fieldset { @@ -163,6 +163,18 @@ body { td { padding: .25em; } + + .admin-actions { + margin: 0; + + li { + display: inline; + + &+li:before { + content: " - "; + } + } + } } .details-module { -- cgit 1.4.1