fixed alignment in forms with list:string

This commit is contained in:
mdipierro
2012-09-16 12:23:19 -05:00
parent fa480b0bc3
commit 82bb245d43
2 changed files with 9 additions and 1 deletions
@@ -156,6 +156,14 @@ div.error {
-webkit-border-radius: 4px;
}
form table tr {
margin-bottom: 9px;
}
td.w2p_fw ul {
margin-left: 0px;
}
input[type="button"], input[type="submit"] {
// to be fixed
}