Remove extra margin inside labels, fixes indented text in nextmatch columns (textbox_ro)

This commit is contained in:
Nathan Gray 2014-01-29 18:21:25 +00:00
parent 020058061d
commit 37a39dfe87

View File

@ -733,17 +733,6 @@ table.et2_grid tbody.ui-sortable > tr:not(.th) {
height: 100%;
}
/**
* Create some spacing for widgets inside labels
*/
label input,
label span,
label div,
label select,
label textarea {
margin-left: 1ex;
margin-right: 1ex;
}
/**
* Message styles
*/