Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6873cc9c

Von Cem Aydin vor etwa 4 Jahren hinzugefügt

  • ID 6873cc9c4f53d644591c634e553857bc41251156
  • Vorgänger 192c2acf
  • Nachfolger f1d1bf5c

Neues Design Bugfix: #447 Tabelle mit Auftragspositionen scrollbar gemacht

- less/css neu kompiliert

Unterschiede anzeigen:

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