Ag. Vytvořené objednávky

• vložen kód pro barevné rozlišení Listitem v objednávkách pomocí stylů

closes #160
This commit is contained in:
2014-10-17 05:48:44 +02:00
parent 44178c52e6
commit 882993ef17
5 changed files with 122 additions and 9 deletions
+19 -9
View File
@@ -8,10 +8,8 @@
text-shadow: 2px 2px 2px #000000;
}
.addScrollbar {
.addScrollbar {
overflow: auto;
}
.find-grid-cell {
@@ -41,29 +39,41 @@
.find-grid-textbox-right {
width: 100%;
text-align: right;
text-align: right;
}
.grid-textbox-max {
.grid-textbox-max {
width: 100%;
}
.grid-textbox-max-right {
.grid-textbox-max-right {
width: 100%;
text-align: right;
}
.row-title {
.row-title {
/* ve formuláři zarovná u víceřádkových editů label nahoru */
vertical-align: top;
}
.z-listcell-content {
.z-listcell-content {
/* při úzkém sloupci gridu neodřádkuje slova podle mezer */
white-space: nowrap;
}
.combo {
.combo {
width: 100%;
min-width: 0;
}
.order-select-ordered {
background-color: #98fb98 !important;
}
.order-select-invoiced {
background-color: #fff44f !important;
}
.order-select-delivered {
background-color: #d19fe8 !important;
}
@@ -21,6 +21,7 @@
<tabpanel>
<include src="/main/toolbar.zul" />
<listbox
itemRenderer="@load(vm.orderCreatedItemRenderer)"
vflex="1"
onSelect="@command('onChangeSelectOrder', ctrl=self)"
selectedItem="@bind(vm.dataBean)"