Merge pull request #247 from wvengen/feature-center_rows_vertically

Center table rows vertically
This commit is contained in:
wvengen 2014-01-13 03:22:20 -08:00
commit f0b65bd738
1 changed files with 12 additions and 0 deletions

View File

@ -224,6 +224,18 @@ tr.unavailable {
dd { margin-left: 170px; }
}
// center table rows vertically (including form elements)
table.table {
td, th {
vertical-align: middle;
}
select, textarea, input, .uneditable-input,
.input-append, .input-prepend {
margin-bottom: 0;
margin-top: 0;
}
}
.settings {
.settings-group {
margin-bottom: 10px;