Fixes the css issue for contact_add_edit.

This commit is contained in:
Jonathan Rosenbaum
2015-03-03 02:33:55 +00:00
parent 7f05a37f34
commit 62231e8d68
7 changed files with 81 additions and 24 deletions
+6
View File
@@ -3,12 +3,18 @@
text-align: right;
width: 161px;
font-weight: bold;
padding-right: 5px;
}
.contact_comment {
display: inline-block;
}
/* center label with textarea */
.center_comment * {
vertical-align: middle;
}
#interest_form {
padding: 10px;
display: block;