Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a2f54021

Von Cem Aydin vor fast 4 Jahren hinzugefügt

  • ID a2f5402158e6fd0e46218ce6e8fcf04b9621689c
  • Vorgänger 2c6e1ba3
  • Nachfolger 24436721

Neues Design Bugfix: #447 Tabelle mit Auftragspositionen scrollbar gemacht

- less/css neu kompiliert

Unterschiede anzeigen:

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