diff options
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 9d287dc7..7951f667 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -2366,6 +2366,25 @@ input#menu_item_title { | |||
| 2366 | display: none; | 2366 | display: none; |
| 2367 | } | 2367 | } |
| 2368 | 2368 | ||
| 2369 | .asset_attach_form .restore_picker { | ||
| 2370 | max-width: 22rem; | ||
| 2371 | } | ||
| 2372 | |||
| 2373 | .asset_attach_form label { | ||
| 2374 | display: block; | ||
| 2375 | margin: 0.5rem 0; | ||
| 2376 | } | ||
| 2377 | |||
| 2378 | .asset_attach_form .action_button { | ||
| 2379 | margin-bottom: 0; | ||
| 2380 | } | ||
| 2381 | |||
| 2382 | .asset_attach_form .action_button + .field_hint { | ||
| 2383 | display: block; | ||
| 2384 | margin-left: 0; | ||
| 2385 | margin-top: 0.5rem; | ||
| 2386 | } | ||
| 2387 | |||
| 2369 | /* ============================================================ | 2388 | /* ============================================================ |
| 2370 | User section | 2389 | User section |
| 2371 | ============================================================ */ | 2390 | ============================================================ */ |
