Hopefully fix some CSS for form field values
This commit is contained in:
parent
c806c572cb
commit
c6ab3b80f9
|
@ -73,10 +73,6 @@ div.field-wrapper div.field {
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
|
|
||||||
/* NOTE: This was added specifically for email settings (description),
|
|
||||||
who knows what it breaks...hopefully nothing. */
|
|
||||||
width: 800px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.field-wrapper div.field input[type=text],
|
div.field-wrapper div.field input[type=text],
|
||||||
|
@ -105,3 +101,14 @@ div.buttons {
|
||||||
clear: both;
|
clear: both;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/******************************
|
||||||
|
* Email Profile forms
|
||||||
|
******************************/
|
||||||
|
|
||||||
|
.field-wrapper.description .field {
|
||||||
|
/* NOTE: This was added specifically for email settings (description), who
|
||||||
|
knows what else it breaks...hopefully nothing. */
|
||||||
|
width: 800px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue