Projet

Général

Profil

auquo.strongbox-table.diff

Patch pour le thème par défaut. - Frédéric Péters, 26 janvier 2012 11:57

Télécharger (557 octets)

Voir les différences:


  

data/themes/auquo2/wcs.css (copie de travail)
662 662
	margin-bottom: 1ex;
663 663
}
664 664

  
665
table#strongbox-items tr.expired td.expiration {
666
	color: #800;
667
}
668

  
669
table#strongbox-items td {
670
	padding: 2px 1ex;
671
}
672

  
673
table#strongbox-items tr.even {
674
	background: #ddd;
675
}
676

  
677
table#strongbox-items tr.odd {
678
	background: #eee;
679
}
680

  
681
div#centre {
682
	width: 380px;
683
	float: left;
684
	padding: 0 5px 0 0;
685
}
686