Revision 6873cc9c
Von Cem Aydin vor etwa 4 Jahren hinzugefügt
css/less/specials.less | ||
---|---|---|
// - ACCOUNT LIST
|
||
// - ROW POSITON DETAILS (E.G. SALES ORDER)
|
||
// - TABLE #DISPLAY ROW
|
||
// - #RESULTS (CSV IMPORT RESULTS)
|
||
// - HORIZONTAL SCROLLBAR DISPLAY
|
||
// ----------------------------------------------------------------------------
|
||
|
||
|
||
... | ... | |
|
||
|
||
// --------------------------------------
|
||
// DIV #RESULTS (CSV IMPORT RESULTS)
|
||
// HORIZONTAL SCROLLBAR DISPLAY
|
||
// --------------------------------------
|
||
|
||
// csv import preview/results table
|
||
#results {
|
||
// show below others and limit width so that scrollbar is displayed
|
||
clear: left;
|
||
width: 95vw;
|
||
}
|
||
|
||
// orders positions table
|
||
#row_table_scroll_id {
|
||
max-width: 96vw !important;
|
||
}
|
Auch abrufbar als: Unified diff
Neues Design Bugfix: #447 Tabelle mit Auftragspositionen scrollbar gemacht
- less/css neu kompiliert