mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-29 09:59:28 +00:00
InfoCenter:
- Renamed button Apply to "Apply filter" - Button "Apply filter" same width of button "Save filter"
This commit is contained in:
@@ -83,10 +83,6 @@
|
||||
width: 535px;
|
||||
}
|
||||
|
||||
#addFilter {
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
#selectedFilters {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@@ -95,6 +91,10 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#applyFilter, #saveCustomFilterButton {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.remove-selected-filter {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
@@ -286,6 +286,6 @@
|
||||
</span>
|
||||
|
||||
<span>
|
||||
<input id="applyFilter" type="button" value="Apply">
|
||||
<input id="applyFilter" type="button" value="Apply filter">
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user