center table rows vertically [ci skip]
This commit is contained in:
parent
69a29b8296
commit
dcc3d21b4d
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue