center table rows vertically [ci skip]

This commit is contained in:
wvengen 2014-01-08 10:31:54 +01:00
parent 69a29b8296
commit dcc3d21b4d

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;