Modification CSS formulaire d'ajout de conference

This commit is contained in:
2008-02-15 18:21:56 +00:00
parent d370d2d7b8
commit 38bd59d2a6
7 changed files with 367 additions and 244 deletions

View File

@@ -32,6 +32,26 @@ form {
display: block;
}
.formLabel {
text-align: right;
vertical-align: top;
font-weight: bold;
color: #b05326;
max-width: 150px;
padding: 5px;
}
form > table > thead th {
font-weight: bold;
border-bottom: solid 2px #b05326;
padding-bottom: 0;
background-color: #ffedbb;
}
textarea {
display: block;
}
.formHelp {
min-height: 30px;
padding: 5px;