fix for boolean fields

This commit is contained in:
Rodney Ewing
2013-06-26 08:29:03 -07:00
parent 0ec7ce4ec6
commit f7998c3326
3 changed files with 33 additions and 19 deletions

View File

@@ -334,6 +334,10 @@ text-align: center;
width: 20px;
}
#boolean {
margin-bottom: 4px;
}
textarea#description, textarea#bio {
resize: vertical;
height: 100px;