Fix: layout

This commit is contained in:
2015-10-08 09:28:48 +00:00
parent 8825f0e6b6
commit 784fb188d2
2 changed files with 22 additions and 8 deletions

View File

@@ -4,3 +4,14 @@ div.div-striped div.row:nth-of-type(odd) {
div.div-striped div.row:nth-of-type(even) {
background: #FFFFFF;
}
.vcenter div {
height: 3em;
top: 1em;
}
.vcenter div .btn,
.vcenter div .form-control {
position: relative;
top: -0.5em;
}