32 lines
1.0 KiB
CSS
32 lines
1.0 KiB
CSS
fieldset { clear:both; width:90%; margin:1.5em 1em 1em 1em; padding:0;}
|
|
fieldset select { width:250px; }
|
|
fieldset label {width:10em;}
|
|
legend { margin-left:1em; color:#000000; font-weight:bold;}
|
|
label { clear:both; float:left; width:18em; margin-right:1em; text-align:right; font-weight:bold;}
|
|
input, select, textarea { width:250px; float:left; margin-bottom:5px; }
|
|
|
|
input.widthauto {width:auto; }
|
|
input.date {width:auto;}
|
|
input.percent {width:auto;}
|
|
|
|
p.submit {margin:10px 0; width:100%; text-align:center; }
|
|
input[type="submit"] { float:none; width:auto; margin:0 auto;}
|
|
|
|
form span.left { float:left; margin-left:5px; }
|
|
form span.right { float:right; }
|
|
form p { clear:both; margin-left:18em; }
|
|
form em {color:#FF0000;}
|
|
|
|
#subFormSaisie { clear:both; }
|
|
#subFormSaisie p { margin-left:16em; }
|
|
#subFormSaisie select { width:300px; }
|
|
|
|
#NouveauDirigeant2 {display:none}
|
|
#NouveauDirigeant3 {display:none}
|
|
#formActionnaire {display:none}
|
|
#formParticipation {display:none}
|
|
|
|
#frmCreateMandataires select { width:200px; }
|
|
|
|
div.info {clear:both; margin-left:16em; margin-bottom:5px;}
|