diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-05 23:56:56 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-05 23:56:56 +0200 |
| commit | af2c6fd85e13139be3e3b2329a51c3a35acb3c40 (patch) | |
| tree | 02114279d6517ffc12b9920cc1d843937bff5a10 /public/stylesheets | |
| parent | a0a495d804319c3f7ad179baba7b87b41f1dc1f3 (diff) | |
Search assets and events, and order events by when they happen
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/admin.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index e6f31709..b959597f 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -575,7 +575,7 @@ form.button_to svg { | |||
| 575 | } | 575 | } |
| 576 | 576 | ||
| 577 | .button_row .action_button, | 577 | .button_row .action_button, |
| 578 | .node_search_form .action_button { | 578 | .search_form .action_button { |
| 579 | margin-bottom: 0; | 579 | margin-bottom: 0; |
| 580 | } | 580 | } |
| 581 | 581 | ||
| @@ -1147,14 +1147,14 @@ form.button_to button[type="submit"] { | |||
| 1147 | margin-bottom: 0; | 1147 | margin-bottom: 0; |
| 1148 | } | 1148 | } |
| 1149 | 1149 | ||
| 1150 | .node_search_form { | 1150 | .search_form { |
| 1151 | display: flex; | 1151 | display: flex; |
| 1152 | align-items: center; | 1152 | align-items: center; |
| 1153 | gap: 0.5rem; | 1153 | gap: 0.5rem; |
| 1154 | margin-bottom: 0.75rem; | 1154 | margin-bottom: 0.75rem; |
| 1155 | } | 1155 | } |
| 1156 | 1156 | ||
| 1157 | .node_search_form input[type=text] { | 1157 | .search_form input[type=text] { |
| 1158 | padding: 4px 12px; | 1158 | padding: 4px 12px; |
| 1159 | box-sizing: border-box; | 1159 | box-sizing: border-box; |
| 1160 | height: 2.25rem; | 1160 | height: 2.25rem; |
| @@ -1163,7 +1163,7 @@ form.button_to button[type="submit"] { | |||
| 1163 | border-radius: 2px; | 1163 | border-radius: 2px; |
| 1164 | } | 1164 | } |
| 1165 | 1165 | ||
| 1166 | .node_search_form .action_button { | 1166 | .search_form .action_button { |
| 1167 | height: 2.25rem; | 1167 | height: 2.25rem; |
| 1168 | box-sizing: border-box; | 1168 | box-sizing: border-box; |
| 1169 | } | 1169 | } |
