mise en forme formulaire et lien edition-view

This commit is contained in:
2013-11-12 12:50:18 +01:00
parent 574d1d4dcf
commit e390c891d8
8 changed files with 92 additions and 5 deletions

View File

@@ -35,6 +35,25 @@ div#person_wrapper {
margin: 0 0 0 199px;
padding: 0 0 0.5em 0;
}
label {
color: green;
}
label:not(.radio) {
min-width: 190px;
font-weight: bold;
}
label.radio{
margin-left: 0.2em;
}
div.form_control {
.controls {
float: right;
}
}
}
}