diff options
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 28b8494c..aa8b2886 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -748,6 +748,21 @@ form.button_to button[type="submit"] { | |||
| 748 | margin-bottom: 0; | 748 | margin-bottom: 0; |
| 749 | } | 749 | } |
| 750 | 750 | ||
| 751 | .node_search_form { | ||
| 752 | display: flex; | ||
| 753 | align-items: center; | ||
| 754 | gap: 0.5rem; | ||
| 755 | margin-bottom: 0.75rem; | ||
| 756 | } | ||
| 757 | |||
| 758 | .node_search_form input[type=text] { | ||
| 759 | padding: 4px 12px; | ||
| 760 | box-sizing: border-box; | ||
| 761 | height: 2.25rem; | ||
| 762 | width: 22rem; | ||
| 763 | border-radius: 2px; | ||
| 764 | } | ||
| 765 | |||
| 751 | /* Layout only -- the at-rest visibility (wavy underline) for these | 766 | /* Layout only -- the at-rest visibility (wavy underline) for these |
| 752 | links comes from the scoped rule in Base elements above. */ | 767 | links comes from the scoped rule in Base elements above. */ |
| 753 | .add_child_links { | 768 | .add_child_links { |
