Revision 8b91924c
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
css/lx-office-erp/dhtmlsuite/menu-bar.css | ||
---|---|---|
21 | 21 |
width:100%; |
22 | 22 |
background-repeat:repeat-x; |
23 | 23 |
font-family: sans-serif, Verdana, Arial, Helvetica; |
24 |
font-size:12px; |
|
25 | 24 |
z-index:100000; |
26 | 25 |
padding-left:10px; |
27 | 26 |
/* background-image:url('../../../image/dhtmlsuite/menu_strip_bg.jpg');*/ |
css/lx-office-erp/frame_header/header.css | ||
---|---|---|
18 | 18 |
min-height: 20px; |
19 | 19 |
width: 100%; |
20 | 20 |
border-spacing: 0; |
21 |
font-size: 12px; |
|
22 | 21 |
} |
23 | 22 |
|
24 | 23 |
#frame-header .frame-header-left { |
... | ... | |
53 | 52 |
} |
54 | 53 |
|
55 | 54 |
#frame-header input { |
56 |
font-size: 12px;
|
|
55 |
font-size: 100%;
|
|
57 | 56 |
} |
css/lx-office-erp/jquery-ui.custom.css | ||
---|---|---|
16 | 16 |
border: 0; |
17 | 17 |
color: #000000; |
18 | 18 |
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; |
19 |
font-size: 1.1em; |
|
20 | 19 |
overflow: hidden; |
21 | 20 |
} |
22 | 21 |
|
... | ... | |
111 | 110 |
border-style: dashed; |
112 | 111 |
border-width: thin; |
113 | 112 |
color: black; |
114 |
font-size: 10pt; |
|
115 | 113 |
font-weight: bolder; |
116 | 114 |
margin: 5px; |
117 | 115 |
padding: 5px; |
css/lx-office-erp/list_accounts.css | ||
---|---|---|
4 | 4 |
background-color:rgb(236,233,216); |
5 | 5 |
text-align:left; |
6 | 6 |
padding:5px; |
7 |
font-size:12pt; |
|
8 | 7 |
color:black; |
9 | 8 |
font-weight: bolder; |
10 | 9 |
border-style:dashed; |
... | ... | |
18 | 17 |
} |
19 | 18 |
|
20 | 19 |
.coa_listheading_element { |
21 |
font-size:10pt; |
|
22 | 20 |
padding:3px; |
23 | 21 |
font-weight:bolder; |
24 | 22 |
text-align:left; |
... | ... | |
44 | 42 |
} |
45 | 43 |
|
46 | 44 |
.coa_account_header { |
47 |
font-size:10pt; |
|
48 | 45 |
padding:3px; |
49 | 46 |
font-weight:bolder; |
50 | 47 |
text-align:left; |
... | ... | |
53 | 50 |
} |
54 | 51 |
|
55 | 52 |
.coa_account_header_sc { |
56 |
font-size:10pt; |
|
57 | 53 |
padding:3px; |
58 | 54 |
font-weight:bolder; |
59 | 55 |
text-align:left; |
... | ... | |
68 | 64 |
} |
69 | 65 |
|
70 | 66 |
.coa_detail_emph { |
71 |
font-size:10pt; |
|
72 | 67 |
font-weight:bold; |
73 | 68 |
color:darkred; |
74 | 69 |
} |
75 | 70 |
|
76 | 71 |
.coa_details_header { |
77 |
font-size:8pt; |
|
78 | 72 |
padding:3px; |
79 | 73 |
font-weight:bolder; |
80 | 74 |
text-align:center; |
... | ... | |
83 | 77 |
} |
84 | 78 |
|
85 | 79 |
.coa_details_header2 { |
86 |
font-size:8pt; |
|
87 | 80 |
padding:3px; |
88 | 81 |
font-weight:normal; |
89 | 82 |
text-align:left; |
css/lx-office-erp/main.css | ||
---|---|---|
27 | 27 |
-moz-appearance: none; |
28 | 28 |
-webkit-appearance: none; |
29 | 29 |
-o-appearance: none; |
30 |
height: 16px; |
|
31 | 30 |
appearance : none; |
32 | 31 |
background: white url('../../image/select-down.png') no-repeat scroll right center; |
33 | 32 |
padding: 0 14px 0 0; |
... | ... | |
78 | 77 |
|
79 | 78 |
body { |
80 | 79 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
81 |
font-size: 10pt;
|
|
80 |
font-size: 80%;
|
|
82 | 81 |
background-color: white; |
83 | 82 |
background-image: url("../../image/fade.png"); background-repeat:repeat-x; |
84 | 83 |
color: black; |
... | ... | |
88 | 87 |
td { |
89 | 88 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
90 | 89 |
color: black; |
91 |
font-size: 8pt; |
|
92 | 90 |
font-weight: normal; |
93 | 91 |
} |
94 | 92 |
td.hover:hover { |
95 |
color: black; |
|
96 |
/* background-color: #FFFFCC; |
|
97 |
font-size: 8pt; |
|
98 |
text-decoration: none; |
|
99 |
border:none; |
|
100 |
borderWidth:0px; |
|
101 |
borderColor:2557AD; |
|
102 |
*/ |
|
93 |
color: black; |
|
103 | 94 |
} |
104 | 95 |
|
105 | 96 |
|
106 | 97 |
th { |
107 | 98 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
108 | 99 |
color: black; |
109 |
font-size: 8pt; |
|
110 | 100 |
font-weight: normal; |
111 | 101 |
} |
112 | 102 |
|
... | ... | |
122 | 112 |
color: #A0A0A0; |
123 | 113 |
} |
124 | 114 |
h1.login { |
125 |
font-size: 18pt;
|
|
115 |
font-size: 150%;
|
|
126 | 116 |
} |
127 | 117 |
table.login { |
128 | 118 |
background-color: #efedde; |
... | ... | |
147 | 137 |
padding: 3px; |
148 | 138 |
} |
149 | 139 |
.message_ok { |
150 |
font-size: 12pt; |
|
151 | 140 |
padding:5px; |
152 | 141 |
background-color: #ADFFB6; |
153 | 142 |
color: black; |
... | ... | |
157 | 146 |
border-width:thin; |
158 | 147 |
} |
159 | 148 |
.message_error { |
160 |
font-size: 12pt; |
|
161 | 149 |
padding:5px; |
162 | 150 |
background-color: #FFAAAA; |
163 | 151 |
color: black; |
... | ... | |
167 | 155 |
border-width:thin; |
168 | 156 |
} |
169 | 157 |
.message_hint { |
170 |
font-size: 12pt; |
|
171 | 158 |
padding:5px; |
172 | 159 |
background-color: #FFFE66; |
173 | 160 |
color: black; |
... | ... | |
177 | 164 |
border-width:thin; |
178 | 165 |
} |
179 | 166 |
.message_error_label { |
180 |
font-size: 0.8em; |
|
181 | 167 |
padding:5px; |
182 | 168 |
background-color: #FEE; |
183 | 169 |
font-weight:normal; |
... | ... | |
191 | 177 |
*/ |
192 | 178 |
.listtop, h1 { |
193 | 179 |
background-color: rgb(236,233,216); |
180 |
font-size: 100%; |
|
194 | 181 |
text-align:left; |
195 | 182 |
padding:5px; |
196 |
font-size: 10pt; |
|
197 | 183 |
color: black; |
198 | 184 |
font-weight: bolder; |
199 | 185 |
border-style:dashed; |
... | ... | |
216 | 202 |
} |
217 | 203 |
|
218 | 204 |
.listheading, .listheading th, #content h2 { |
219 |
font-size: 9pt;
|
|
205 |
font-size: 95%;
|
|
220 | 206 |
padding:3px; |
221 | 207 |
background-color: |
222 | 208 |
rgb(236,233,216); |
223 | 209 |
color: black; |
224 |
font-weight: bolder;
|
|
210 |
font-weight: bold; |
|
225 | 211 |
text-align:left; |
226 | 212 |
background-image: url("../../image/fade.png"); |
227 | 213 |
border-style:dotted; |
... | ... | |
229 | 215 |
} |
230 | 216 |
|
231 | 217 |
.listheadingcontent { |
232 |
font-size: 9pt; |
|
233 | 218 |
background-color: |
234 | 219 |
rgb(236,233,216); |
235 | 220 |
color: black; |
... | ... | |
238 | 223 |
} |
239 | 224 |
|
240 | 225 |
.accountlistheading { |
241 |
font-size: 10pt; |
|
242 | 226 |
padding:3px; |
243 | 227 |
color: white; |
244 | 228 |
font-weight: bold; |
... | ... | |
275 | 259 |
.greenrow1 { background-color: rgb(0,250,0); color: black; vertical-align: top; } |
276 | 260 |
.greenrow0 { background-color: rgb(0,255,0); color: black; vertical-align: top; } |
277 | 261 |
|
278 |
.listsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
|
|
262 |
.listsubtotal { background-color: rgb(236,233,216); color: black; font-weight: bolder;} |
|
279 | 263 |
|
280 |
.listtotal, .listtotal td { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
|
|
264 |
.listtotal, .listtotal td { background-color: rgb(236,233,216); color: black; font-weight: bolder;} |
|
281 | 265 |
|
282 | 266 |
/* Verkaufsbericht */ |
283 |
.listmainsortheader { font-size: 8pt; background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px; padding-top: 0px;}
|
|
284 |
.listmainsortsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px;}
|
|
285 |
.listsubsortheader { font-size: 8pt; background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px}
|
|
286 |
.listsubsortsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px}
|
|
287 |
.listsortdescription { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: normal; padding-left: 30px}
|
|
267 |
.listmainsortheader { background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px; padding-top: 0px;} |
|
268 |
.listmainsortsubtotal { background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px;} |
|
269 |
.listsubsortheader { background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px} |
|
270 |
.listsubsortsubtotal { background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px} |
|
271 |
.listsortdescription { background-color: rgb(236,233,216); color: black; font-weight: normal; padding-left: 30px} |
|
288 | 272 |
|
289 | 273 |
|
290 | 274 |
.submit { |
... | ... | |
306 | 290 |
|
307 | 291 |
h2.confirm { |
308 | 292 |
color: blue; |
309 |
font-size: 14pt; |
|
310 | 293 |
} |
311 | 294 |
|
312 | 295 |
h2.error { |
313 | 296 |
color: red; |
314 |
font-size: 14pt; |
|
315 | 297 |
} |
316 | 298 |
|
317 | 299 |
fieldset { |
... | ... | |
378 | 360 |
} |
379 | 361 |
|
380 | 362 |
.coa_detail_emph { |
381 |
font-size:10pt; |
|
382 | 363 |
font-weight:bold; |
383 | 364 |
color:darkred; |
384 | 365 |
} |
385 | 366 |
|
386 | 367 |
.coa_details_header { |
387 |
font-size:8pt; |
|
388 | 368 |
padding:3px; |
389 | 369 |
font-weight:bolder; |
390 | 370 |
text-align:center; |
... | ... | |
393 | 373 |
} |
394 | 374 |
|
395 | 375 |
.coa_details_header2 { |
396 |
font-size:8pt; |
|
397 | 376 |
padding:3px; |
398 | 377 |
font-weight:normal; |
399 | 378 |
text-align:left; |
... | ... | |
514 | 493 |
display:none; |
515 | 494 |
} |
516 | 495 |
div.cpc_block span.cpc_block_second_row { |
517 |
font-size:80%; |
|
518 | 496 |
} |
519 | 497 |
span.toggle_selected { |
520 | 498 |
font-weight: bold; |
css/lx-office-erp/menu.css | ||
---|---|---|
2 | 2 |
body.menu { |
3 | 3 |
background-image: url("../../image/fade.png");background-repeat:repeat-x; |
4 | 4 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
5 |
font-size:8pt;
|
|
5 |
font-size: 80%;
|
|
6 | 6 |
color: black; |
7 | 7 |
} |
8 | 8 |
|
... | ... | |
17 | 17 |
padding: 0; |
18 | 18 |
color:white; |
19 | 19 |
font-family: Verdana, Arial, sans-serif; |
20 |
font-size: 12px; |
|
21 | 20 |
} |
22 | 21 |
|
23 | 22 |
body.menunew { |
... | ... | |
162 | 161 |
#content.html-menu { margin-left: 190px; } |
163 | 162 |
#content.html-menu.folded { margin-left: 40px } |
164 | 163 |
#html-menu.folded:hover + #content.html-menu.folded { margin-left: 190px } |
165 |
#html-menu { float:left; width: 183px; font-size: 8pt; margin-top: 10px; overflow:hidden; }
|
|
164 |
#html-menu { float:left; width: 183px; font-size: 85%; margin-top: 10px; overflow:hidden; }
|
|
166 | 165 |
#html-menu.folded { width: 32px; } |
167 | 166 |
#html-menu.folded:hover { width: 183px; } |
168 | 167 |
#html-menu div.mi { margin-top: 4px; margin-bottom: 3px; white-space: nowrap; clear:both; position:relative; } |
Auch abrufbar als: Unified diff
lx-office-erp.css: proportionale font-sizes
Firefox 47 ignoriert unter unity7 font-size in select komplett,
ausserdem haben wir seit ewigkeiten das problem dass td { font-size: 8pt
} alle spacings kaputtmacht. Das hier entfernt das experimentell.