Revision a2f54021
Von Cem Aydin vor fast 4 Jahren hinzugefügt
css/less/specials.less | ||
---|---|---|
16 | 16 |
// - ACCOUNT LIST |
17 | 17 |
// - ROW POSITON DETAILS (E.G. SALES ORDER) |
18 | 18 |
// - TABLE #DISPLAY ROW |
19 |
// - #RESULTS (CSV IMPORT RESULTS)
|
|
19 |
// - HORIZONTAL SCROLLBAR DISPLAY
|
|
20 | 20 |
// ---------------------------------------------------------------------------- |
21 | 21 |
|
22 | 22 |
|
... | ... | |
134 | 134 |
|
135 | 135 |
|
136 | 136 |
// -------------------------------------- |
137 |
// DIV #RESULTS (CSV IMPORT RESULTS)
|
|
137 |
// HORIZONTAL SCROLLBAR DISPLAY
|
|
138 | 138 |
// -------------------------------------- |
139 | 139 |
|
140 |
// csv import preview/results table |
|
140 | 141 |
#results { |
141 | 142 |
// show below others and limit width so that scrollbar is displayed |
142 | 143 |
clear: left; |
143 | 144 |
width: 95vw; |
144 | 145 |
} |
146 |
|
|
147 |
// orders positions table |
|
148 |
#row_table_scroll_id { |
|
149 |
max-width: 96vw !important; |
|
150 |
} |
Auch abrufbar als: Unified diff
Neues Design Bugfix: #447 Tabelle mit Auftragspositionen scrollbar gemacht
- less/css neu kompiliert