Revision 7ee5fab8
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
css/lx-office-erp/main.css | ||
---|---|---|
296 | 296 |
color: green; |
297 | 297 |
} |
298 | 298 |
|
299 |
td.numeric { /* class for numeric columns in tables */ |
|
300 |
text-align: right |
|
301 |
} |
|
302 |
|
|
303 | 299 |
h2.confirm { |
304 | 300 |
color: blue; |
305 | 301 |
font-size: 14pt; |
... | ... | |
316 | 312 |
font-weight: bolder; |
317 | 313 |
} |
318 | 314 |
|
319 |
/* media stuff */ |
|
320 |
|
|
321 |
@media screen { |
|
322 |
.noscreen { /* items with this class won't display */ |
|
323 |
display: none; |
|
324 |
} |
|
325 |
} |
|
326 |
|
|
327 |
@media print { |
|
328 |
.noprint { /* items with this class won't print */ |
|
329 |
display: none; |
|
330 |
} |
|
331 |
} |
|
332 | 315 |
|
333 | 316 |
.filecontent { |
334 | 317 |
border: 1px solid blue; |
... | ... | |
344 | 327 |
background-color: #ffa0a0; |
345 | 328 |
} |
346 | 329 |
|
347 |
.clearfix:after { |
|
348 |
clear:both; |
|
349 |
content:"."; |
|
350 |
display:block; |
|
351 |
font-size:0; |
|
352 |
height:0; |
|
353 |
visibility:hidden; |
|
354 |
} |
|
355 |
|
|
356 | 330 |
.flash_message_error { |
357 | 331 |
background-color:#FFD6D6; |
358 | 332 |
border: 1px solid #AE0014; |
... | ... | |
429 | 403 |
margin-right: 6px; |
430 | 404 |
} |
431 | 405 |
|
432 |
.small-text { |
|
433 |
font-size: 0.75em; |
|
434 |
} |
|
435 |
|
|
436 |
.float-left { |
|
437 |
float: left; |
|
438 |
} |
|
439 |
.float-right { |
|
440 |
float: right; |
|
441 |
} |
|
442 |
|
|
443 |
.block-context { |
|
444 |
overflow: hidden; |
|
445 |
} |
|
446 |
|
|
447 |
.position-relative { |
|
448 |
position: relative; |
|
449 |
} |
|
450 |
|
|
451 |
.position-absolute { |
|
452 |
position: absolute; |
|
453 |
} |
|
454 |
|
|
455 | 406 |
.part_picker { |
456 | 407 |
padding-right: 16px; |
457 | 408 |
} |
... | ... | |
498 | 449 |
span.toggle_selected { |
499 | 450 |
font-weight: bold; |
500 | 451 |
} |
501 |
|
|
502 |
/* CTI */ |
|
503 |
a.cti_call_action { |
|
504 |
display: inline-block; |
|
505 |
padding-left: 18px; |
|
506 |
height: 16px; |
|
507 |
position: relative; |
|
508 |
top: 2px; |
|
509 |
vertical-align: center; |
|
510 |
background-image: url(../../image/icons/16x16/phone.png); |
|
511 |
background-repeat: no-repeat; |
|
512 |
} |
|
513 |
|
|
514 |
/* the cvars table in the 2. row */ |
|
515 |
.row2-cvars-table tr {vertical-align: top;} |
|
516 |
.row2-cvars-table th {text-align: right; padding-left: 15px; padding-right: 0;} |
|
517 |
.row2-cvars-table td, .row2-cvars-table th {padding-top: 10px;} |
Auch abrufbar als: Unified diff
Stylesheets: Aufräumaktion
- gemeinsame stylesheets aus den kivitendo/lx-office-erp Verzeichnissen
genommen
- README aktualisiert
- rp/bwa nicht mehr hartcodiert in kivitendo laden