extranet/www/css/saisie.css

37 lines
1.2 KiB
CSS
Raw Permalink Normal View History

2010-02-12 08:24:09 +00:00
fieldset { clear:both; width:90%; margin:1.5em 1em 1em 1em; padding:0;}
2009-03-20 19:15:08 +00:00
fieldset select { width:250px; }
2010-06-14 14:47:33 +00:00
fieldset label {width:15em;}
2009-07-21 12:35:13 +00:00
legend { margin-left:1em; color:#000000; font-weight:bold;}
label { clear:both; float:left; width:20em; margin-right:1em; text-align:right; font-weight:bold;}
2010-01-12 17:34:29 +00:00
input, select, textarea { width:250px; float:left; margin-bottom:5px; }
input.widthauto {width:auto; }
input.date {width:auto;}
2009-07-21 12:35:13 +00:00
input.percent {width:auto;}
p.submit {margin:10px 0; width:100%; text-align:center; }
input[type="submit"] { float:none; width:auto; margin:0 auto;}
2010-02-12 08:24:09 +00:00
form span.left { float:left; margin-left:5px; }
2009-07-21 12:35:13 +00:00
form span.right { float:right; }
2010-01-12 17:34:29 +00:00
form p { clear:both; margin-left:18em; }
form em { color:#FF0000; }
2009-03-13 15:02:35 +00:00
2009-07-21 12:35:13 +00:00
#subFormSaisie { clear:both; }
2010-06-18 14:52:53 +00:00
#subFormSaisie p { margin-left:21em; }
#subFormSaisie select { width:300px; }
2009-07-21 12:35:13 +00:00
#NouveauDirigeant2 { display:none }
#NouveauDirigeant3 { display:none }
#formActionnaire { display:none }
#formParticipation {display:none }
/*#formLogo {display:none}*/
2009-03-13 15:02:35 +00:00
#frmCreateMandataires { font-size:0.8em; }
#frmCreateMandataires label { font-size:1em; }
#frmCreateMandataires select { width:200px; }
div.info { clear:both; margin-left:21em; margin-bottom:5px; }
2010-03-09 08:49:23 +00:00
.ui-widget .ui-widget { font-size:0.8em; }