diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-08 17:33:26 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-08 17:33:26 +0200 |
| commit | 6398042d3e009d54b15ad01faf993b3d97a203c6 (patch) | |
| tree | 9cbb38eb5f2d2c8966bb0d3f371117d500e9c3f5 /public/stylesheets/admin.css | |
| parent | bc03601ee5c7acd4ef012ec4a404bd7b76bceaa0 (diff) | |
Add a action bar to the node edit view. This is the first application of a proposed new layout
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 8 |
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 | ============================================================ */ |
