Revision 94f0cb4d
Von Cem Aydin vor fast 4 Jahren hinzugefügt
css/less/control_panels.less | ||
---|---|---|
197 | 197 |
// PENDENT: ggf. anpassen an Controlpanel-Farbtoene |
198 | 198 |
.tbl-horizontal { |
199 | 199 |
//th{ color: @base-superdark ; } |
200 |
margin-right: 1.6em; |
|
200 | 201 |
} |
201 | 202 |
|
202 | 203 |
} |
css/style.css | ||
---|---|---|
4027 | 4027 |
padding: 0 !important; |
4028 | 4028 |
margin: 0; |
4029 | 4029 |
} |
4030 |
.toggle_panel .tbl-horizontal { |
|
4031 |
margin-right: 1.6em; |
|
4032 |
} |
|
4030 | 4033 |
#content .input-panel { |
4031 | 4034 |
display: inline-block; |
4032 | 4035 |
overflow: hidden ; |
templates/webpages/price_rule/_filter.html | ||
---|---|---|
52 | 52 |
</tbody> |
53 | 53 |
</table> |
54 | 54 |
|
55 |
<table id="filter_table" class="tbl-horizontal"> |
|
55 |
<table id="filter_table2" class="tbl-horizontal">
|
|
56 | 56 |
<caption>[% 'Dates' | $T8 %]</caption> |
57 | 57 |
<tbody> |
58 | 58 |
<tr> |
... | ... | |
99 | 99 |
|
100 | 100 |
<div class="col list"> |
101 | 101 |
<h3 class="caption">[% 'Has item type' | $T8 %]</h3> |
102 |
<div> |
|
103 | 102 |
[% FOREACH type = SELF.all_price_rule_item_types %] |
104 |
[% L.checkbox_tag('filter.has_item_type[]', value=type.0, label=type.1, checked=filter.has_item_type_.${type.0}) %]<br>
|
|
103 |
<div>[% L.checkbox_tag('filter.has_item_type[]', value=type.0, label=type.1, checked=filter.has_item_type_.${type.0}) %]</div>
|
|
105 | 104 |
[% END %] |
106 | 105 |
</div> |
107 |
</div> |
|
108 | 106 |
|
109 | 107 |
[% L.hidden_tag('sort_by', FORM.sort_by) %] |
110 | 108 |
[% L.hidden_tag('sort_dir', FORM.sort_dir) %] |
Auch abrufbar als: Unified diff
Neues Design Bugfix: Stammdaten -> Preisregeln: Checkboxen seltsam/verschoben
- div Block korrigiert
- margin in CSS hinzugefügt
- table id korrigiert (unique)
- less/css neu kompiliert