-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2425 from tvdeyen/remove-fieldsets-bottom-border
Remove bottom border of non-form fieldsets
- Loading branch information
Showing
8 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -167,6 +167,9 @@ fieldset { | |
|
||
&.no-border-bottom { | ||
border-bottom: none; | ||
} | ||
|
||
&.no-margin-bottom { | ||
margin-bottom: 0; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<% admin_breadcrumb(link_to plural_resource_name(Spree::Product), spree.admin_products_path) %> | ||
<% admin_breadcrumb(t('spree.admin.taxons.display_order')) %> | ||
|
||
<% content_for :table_filter_title do %> | ||
<%= t('spree.choose_a_taxon_to_sort_products_for') %> | ||
<% end %> | ||
<fieldset class="no-border-bottom"> | ||
<legend> | ||
<%= t('spree.choose_a_taxon_to_sort_products_for') %> | ||
</legend> | ||
|
||
<% content_for :table_filter do %> | ||
<div data-hook="admin_orders_index_search" class="col-4"> | ||
<input type='text' id='taxon_id' /> | ||
</div> | ||
<% end %> | ||
</fieldset> | ||
|
||
<div class='col-10'> | ||
<div class='col-12'> | ||
<div id='taxon_products' class='list-group'></div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters