Revision 4fbb41e0
Von Cem Aydin vor etwa 4 Jahren hinzugefügt
css/less/specials.less | ||
---|---|---|
14 | 14 |
// |
15 | 15 |
// CONTENTS: |
16 | 16 |
// - ACCOUNT LIST |
17 |
|
|
17 |
// - ROW POSITON DETAILS (E.G. SALES ORDER) |
|
18 |
// - TABLE #DISPLAY ROW |
|
19 |
// - DIV #CSV IMPORT REPORT TABLE WRAPPER |
|
18 | 20 |
// ---------------------------------------------------------------------------- |
19 | 21 |
|
20 | 22 |
|
... | ... | |
27 | 29 |
border-width: 0; |
28 | 30 |
thead{ |
29 | 31 |
th{ |
30 |
//background-color: #E3E3E3 ;
|
|
32 |
//background-color: #E3E3E3 ; |
|
31 | 33 |
} |
32 | 34 |
|
33 | 35 |
} |
... | ... | |
77 | 79 |
|
78 | 80 |
td.row-position-detail{ |
79 | 81 |
padding: 0 0 0.2em 0.4em !important; |
80 |
|
|
82 |
|
|
81 | 83 |
div.table{ |
82 | 84 |
display: table; |
83 | 85 |
div.field{ |
84 | 86 |
display: table-row; |
85 | 87 |
padding: 0.1em 0 ; |
86 | 88 |
height: 2.0em !important; ; |
87 |
|
|
88 |
span.label{
|
|
89 |
|
|
90 |
span.label{ |
|
89 | 91 |
width: 10.0em; |
90 |
height: 2.0em !important;
|
|
92 |
height: 2.0em !important; |
|
91 | 93 |
vertical-align: middle; |
92 | 94 |
display: table-cell ; |
93 | 95 |
padding: 0.3em 0 0 0; |
94 | 96 |
} |
95 |
|
|
97 |
|
|
96 | 98 |
span.value{ |
97 | 99 |
height: 2.0em ; |
98 |
span.data{
|
|
100 |
span.data{ |
|
99 | 101 |
padding: 0.3em 0 0.2em 0.5em !important; |
100 | 102 |
display: block; |
101 | 103 |
} |
102 | 104 |
} |
103 |
|
|
105 |
|
|
104 | 106 |
} //div.field |
105 | 107 |
} // /div.table |
106 | 108 |
|
... | ... | |
127 | 129 |
} |
128 | 130 |
} |
129 | 131 |
|
130 |
} |
|
132 |
} |
|
133 |
|
|
134 |
|
|
135 |
|
|
136 |
// -------------------------------------- |
|
137 |
// DIV #CSV IMPORT REPORT TABLE WRAPPER |
|
138 |
// -------------------------------------- |
|
131 | 139 |
|
140 |
div#csv_import_report_table_wrapper{ |
|
141 |
overflow-x: scroll; |
|
142 |
} |
Auch abrufbar als: Unified diff
Neues Design Bugfix: CSV-Import Fixes
- Fehlende Klasse für Tabelle eingefügt
- Report/Vorschau Tabelle verbessert
- Einstellungen/Spaltenzuordnung per default anzeigen
- fehlende Übersetzung eingefügt