Revision 6873cc9c
Von Cem Aydin vor fast 4 Jahren hinzugefügt
css/less/main.less | ||
---|---|---|
569 | 569 |
// -------------------------------------- |
570 | 570 |
|
571 | 571 |
.horizontal-scroll-wrapper { |
572 |
overflow-x: auto; |
|
572 |
overflow-x: auto !important;
|
|
573 | 573 |
} |
574 | 574 |
|
575 | 575 |
|
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 |
} |
css/style.css | ||
---|---|---|
4594 | 4594 |
padding-bottom: 1em; |
4595 | 4595 |
} |
4596 | 4596 |
.horizontal-scroll-wrapper { |
4597 |
overflow-x: auto; |
|
4597 |
overflow-x: auto !important;
|
|
4598 | 4598 |
} |
4599 | 4599 |
.plus, |
4600 | 4600 |
.minus, |
... | ... | |
5098 | 5098 |
clear: left; |
5099 | 5099 |
width: 95vw; |
5100 | 5100 |
} |
5101 |
#row_table_scroll_id { |
|
5102 |
max-width: 96vw !important; |
|
5103 |
} |
|
5101 | 5104 |
/* ------------------------------------------------------------- */ |
5102 | 5105 |
/* JQUERY UI (jquery-ui.less) */ |
5103 | 5106 |
/* ------------------------------------------------------------- */ |
templates/webpages/order/tabs/basic_data.html | ||
---|---|---|
269 | 269 |
[%- ELSE -%] |
270 | 270 |
[%- SET scroll_style = '' -%] |
271 | 271 |
[%- END -%] |
272 |
<div id="row_table_scroll_id" class="wrapper" [%- scroll_style -%]> |
|
272 |
<div id="row_table_scroll_id" class="wrapper horizontal-scroll-wrapper" [%- scroll_style -%]>
|
|
273 | 273 |
|
274 | 274 |
<table id="row_table_id" class="tbl-list"> |
275 | 275 |
<caption>[% 'Articles' | $T8 %]</caption> |
Auch abrufbar als: Unified diff
Neues Design Bugfix: #447 Tabelle mit Auftragspositionen scrollbar gemacht
- less/css neu kompiliert