diff options
Diffstat (limited to 'module/web/media/default/css')
| -rw-r--r-- | module/web/media/default/css/default.css | 69 | 
1 files changed, 67 insertions, 2 deletions
diff --git a/module/web/media/default/css/default.css b/module/web/media/default/css/default.css index 24bb9febf..398cb03b6 100644 --- a/module/web/media/default/css/default.css +++ b/module/web/media/default/css/default.css @@ -1227,12 +1227,13 @@ label.simple {  label.block input.edit {
  	width:50%;
  }
 -fieldset {
 +/*fieldset {
  	width:300px;
  	text-align:center;
  	padding:0.5em;
  	margin:auto;
  }
 +*/
  div.editor {
  	margin:0 0 0 0;
  }
 @@ -1513,4 +1514,68 @@ div.codearea pre span.Preprc {  .header, .header th{
  	text-align: left;
  	font-weight: normal;
 -}
\ No newline at end of file +}
 +
 +#horizontalForm fieldset
 +{
 +	display: block;
 +	margin: 0 0 3em 0;
 +	padding: 0 1em 1em 1em;
 +}
 +
 +#horizontalForm fieldset.radio
 +{
 +	margin: 1em 0 2em 0;
 +}
 +
 +#horizontalForm fieldset.radio input
 +{
 +	clear: both;
 +	float: left;
 +	width: auto;
 +}
 +
 +#horizontalForm fieldset.radio label
 +{
 +	font-weight: normal;
 +}
 +
 +#horizontalForm input
 +{
 +	display: block;
 +	width: 15em;
 +}
 +
 +#horizontalForm input.submit
 +{
 +	clear: both;
 +}
 +
 +#horizontalForm label
 +{
 +	float: left;
 +	display: block;
 +	margin: 1em 1em 0 0;
 +	font-weight: bold;
 +}
 +
 +#horizontalForm select
 +{
 +	display: block;
 +}
 +
 +.clearer
 +{
 +	clear: both;
 +	height: 1px;
 +}
 +
 +.left
 +{
 +	float: left;
 +}
 +
 +.right
 +{
 +	float: right;
 +}
  | 
