Revision 3ed0a46c
Von Cem Aydin vor etwa 1 Jahr hinzugefügt
css/design40/manual/tables.html | ||
---|---|---|
435 | 435 |
</tfoot> |
436 | 436 |
</table> |
437 | 437 |
|
438 |
<div class="wrapper"> |
|
439 |
|
|
440 |
<h3>Listen-Tabelle mit farblicher Hervorhebung</h3> |
|
441 |
|
|
442 |
<p>Zur farblichen Hervorhebung von Zeilen können folgende Klassen verwendet werden:</p> |
|
443 |
|
|
444 |
<pre><code>.listrow_ok |
|
445 |
.listrow_error |
|
446 |
.listrow_info |
|
447 |
.listrow_warning |
|
448 |
</code></pre> |
|
449 |
|
|
450 |
<p>Die Farben entsprechen dabei den standard Farben, welche auch z.B. bei den Flash Messages verwendet werden. |
|
451 |
Siehe dazu auch: <a href="farben.html" title="Details zum Einsatz von Farben in Kivitendo">Einsatz von Farben</a></p> |
|
452 |
|
|
453 |
<table class="tbl-list"> |
|
454 |
<caption>Listen-Tabelle mit Farben</caption> |
|
455 |
<colgroup> |
|
456 |
<col class="wi-small"><col class="wi-small"><col class="wi-small"><col class="wi-small"><col class="wi-small"> |
|
457 |
</colgroup> |
|
458 |
<thead> |
|
459 |
<tr> |
|
460 |
<th></th> |
|
461 |
<th>Column 1</th> |
|
462 |
<th>Column 2</th> |
|
463 |
<th>Column 3</th> |
|
464 |
<th>Column 4</th> |
|
465 |
</tr> |
|
466 |
</thead> |
|
467 |
<tbody> |
|
468 |
<tr class="listrow_ok"> |
|
469 |
<th>Row 1</th> |
|
470 |
<td>R1C1</td> |
|
471 |
<td>R1C2R1C2R1C2R1C2</td> |
|
472 |
<td>R1C3</td> |
|
473 |
<td>R1C4</td> |
|
474 |
</tr> |
|
475 |
<tr class="listrow_error"> |
|
476 |
<th>Row 2</th> |
|
477 |
<td>R2C1</td> |
|
478 |
<td>R2C2</td> |
|
479 |
<td>R2C3</td> |
|
480 |
<td>R2C4R2C4R2C4R2C4R2C4</td> |
|
481 |
</tr> |
|
482 |
<tr class="listrow_info"> |
|
483 |
<th>Row 3</th> |
|
484 |
<td>R3C1</td> |
|
485 |
<td>R3C2</td> |
|
486 |
<td>R3C3</td> |
|
487 |
<td>R3C4</td> |
|
488 |
</tr> |
|
489 |
<tr class="listrow_warning"> |
|
490 |
<th>Row 4</th> |
|
491 |
<td>R4C1</td> |
|
492 |
<td>R4C2</td> |
|
493 |
<td>R4C3</td> |
|
494 |
<td>R4C4</td> |
|
495 |
</tr> |
|
496 |
</tbody> |
|
497 |
</table> |
|
498 |
|
|
499 |
</div><!-- /.wrapper --> |
|
438 | 500 |
|
439 | 501 |
</body> |
440 | 502 |
</html> |
Auch abrufbar als: Unified diff
Design4.0: Klassen für Farben in Tabellen hinzugefügt
- Entwicklungs/Testseiten CSS ergänzt
- CSS/LESS neu generiert
Behebt: #613