Hopefully fix some CSS for form field values

This commit is contained in:
Lance Edgar 2016-05-27 14:33:01 -05:00
parent c806c572cb
commit c6ab3b80f9

View file

@ -73,10 +73,6 @@ div.field-wrapper div.field {
float: left;
margin-bottom: 5px;
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],
@ -105,3 +101,14 @@ div.buttons {
clear: both;
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;
}