You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/manager/public/css/form_dl.css

24 lines
310 B
CSS

@CHARSET "UTF-8";
#content dl.zend_form label.required {
color: #000000;
font-weight: bold;
}
#content dl.zend_form {
display: block;
}
#content dl.zend_form dt {
display: block;
float: left;
width: 125px;
margin: 10px;
}
#content dl.zend_form dd {
display: block;
clear: right;
padding: 10px;
}