mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Make ‘New folder’ textbox full width
Looks neater when it aligns with everything else.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<div id="move_to_new_folder_form">
|
<div id="move_to_new_folder_form">
|
||||||
<fieldset class="js-will-stick-at-bottom-when-scrolling">
|
<fieldset class="js-will-stick-at-bottom-when-scrolling">
|
||||||
<legend class="visuallyhidden">Move to a new folder</legend>
|
<legend class="visuallyhidden">Move to a new folder</legend>
|
||||||
{{ textbox(templates_and_folders_form.move_to_new_folder_name) }}
|
{{ textbox(templates_and_folders_form.move_to_new_folder_name, width='1-1') }}
|
||||||
{{ page_footer('Move to a new folder', button_name='operation', button_value='move-to-new-folder') }}
|
{{ page_footer('Move to a new folder', button_name='operation', button_value='move-to-new-folder') }}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<div id="add_new_folder_form">
|
<div id="add_new_folder_form">
|
||||||
<fieldset class="js-will-stick-at-bottom-when-scrolling">
|
<fieldset class="js-will-stick-at-bottom-when-scrolling">
|
||||||
<legend class="visuallyhidden">Add a new folder</legend>
|
<legend class="visuallyhidden">Add a new folder</legend>
|
||||||
{{ textbox(templates_and_folders_form.add_new_folder_name) }}
|
{{ textbox(templates_and_folders_form.add_new_folder_name, width='1-1') }}
|
||||||
{{ page_footer('New folder', button_name='operation', button_value='add-new-folder') }}
|
{{ page_footer('New folder', button_name='operation', button_value='add-new-folder') }}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user