InfoCenter:

- Renamed button Apply to "Apply filter"
- Button "Apply filter" same width of button "Save filter"
This commit is contained in:
Paolo
2018-04-12 12:24:16 +02:00
parent 307c8a44f1
commit ec12fb21f2
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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>