Changement d'une couleur

This commit is contained in:
Frederic Debuire
2008-02-13 16:02:56 +00:00
parent 074fe4f6d6
commit 6b36215da9
3 changed files with 24 additions and 4 deletions

View File

@@ -273,6 +273,26 @@ body {
background-image: url(../images/menu-header-background-repeat.png);
background-repeat: repeat-x;
height: 23px;
font-weight: bold;
color: white;
}
.dynamicFredList {
display: table;
border-collapse: collapse;
border-spacing: 3px;
min-width: 200px;
min-height: 40px;
max-height: 200px;
overflow: auto;
width: 97%;
margin-top: 10px;
}
.dynamicFredList > * {
display: table-row;
border: thin solid #f57627;
padding:3px;
}
.selected {