summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-08 17:33:26 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-08 17:33:26 +0200
commit6398042d3e009d54b15ad01faf993b3d97a203c6 (patch)
tree9cbb38eb5f2d2c8966bb0d3f371117d500e9c3f5 /public
parentbc03601ee5c7acd4ef012ec4a404bd7b76bceaa0 (diff)
Add a action bar to the node edit view. This is the first application of a proposed new layout
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/admin.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 7ae374c..ceacf17 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -165,6 +165,14 @@ input[type=radio] {
165 margin-bottom: 40px; 165 margin-bottom: 40px;
166} 166}
167 167
168#node_action_bar {
169 margin-bottom: 1rem;
170}
171
172#node_action_bar > * {
173 margin-right: 0.5rem;
174}
175
168/* ============================================================ 176/* ============================================================
169 Flash / notices 177 Flash / notices
170 ============================================================ */ 178 ============================================================ */