diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 00:10:24 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 00:10:24 +0200 |
| commit | 698a143f982aef332f3395366706f17e9d803c52 (patch) | |
| tree | 5a4325219ec1b418074a2bc5b57cc8eb6386135e /public | |
| parent | 4da0f5b49fe96ecb5dcf677fa5ba942033225b13 (diff) | |
Drop dead CSS rules and a redundant declaration from admin.css
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/admin.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 50ea1d51..08a19a79 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -145,10 +145,6 @@ input[type=radio] { | |||
| 145 | margin: 0 125px; | 145 | margin: 0 125px; |
| 146 | } | 146 | } |
| 147 | 147 | ||
| 148 | .node_action_bar.node_action_bar_save { | ||
| 149 | margin-left: 120px; | ||
| 150 | } | ||
| 151 | |||
| 152 | .standalone_action_bar { | 148 | .standalone_action_bar { |
| 153 | margin-left: -125px; | 149 | margin-left: -125px; |
| 154 | } | 150 | } |
| @@ -165,7 +161,6 @@ input[type=radio] { | |||
| 165 | } | 161 | } |
| 166 | 162 | ||
| 167 | .right { text-align: right; } | 163 | .right { text-align: right; } |
| 168 | .clear_left { clear: left; } | ||
| 169 | 164 | ||
| 170 | #login_form { | 165 | #login_form { |
| 171 | max-width: 22rem; | 166 | max-width: 22rem; |
| @@ -2055,10 +2050,6 @@ input#menu_item_title { | |||
| 2055 | border-radius: 4px; | 2050 | border-radius: 4px; |
| 2056 | } | 2051 | } |
| 2057 | 2052 | ||
| 2058 | .thumbnail_list li { | ||
| 2059 | position: relative; | ||
| 2060 | } | ||
| 2061 | |||
| 2062 | .thumbnail_list li .headline_indicator { | 2053 | .thumbnail_list li .headline_indicator { |
| 2063 | position: absolute; | 2054 | position: absolute; |
| 2064 | top: 4px; | 2055 | top: 4px; |
| @@ -2335,12 +2326,6 @@ input#menu_item_title { | |||
| 2335 | Trash section | 2326 | Trash section |
| 2336 | ============================================================ */ | 2327 | ============================================================ */ |
| 2337 | 2328 | ||
| 2338 | .restore_form { | ||
| 2339 | display: flex; | ||
| 2340 | align-items: center; | ||
| 2341 | gap: 8px; | ||
| 2342 | } | ||
| 2343 | |||
| 2344 | .restore_picker { | 2329 | .restore_picker { |
| 2345 | position: relative; | 2330 | position: relative; |
| 2346 | } | 2331 | } |
