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/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
281 281
[%- ELSE -%]
282 282
  [%- SET scroll_style = '' -%]
283 283
[%- END -%]
284
<div id="row_table_scroll_id" class="wrapper" [%- scroll_style -%]>
284
<div id="row_table_scroll_id" class="wrapper horizontal-scroll-wrapper" [%- scroll_style -%]>
285 285

  
286 286
<table id="row_table_id" class="tbl-list">
287 287
  <caption>[% 'Articles' | $T8 %]</caption>

Auch abrufbar als: Unified diff