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
+1 -1
View File
@@ -1 +1 @@
Version 2.0.9 (2012-09-16 11:46:00) stable
Version 2.0.9 (2012-09-16 12:23:15) stable
@@ -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
}