Files
CloudBudget-AngularJS/public/css/cloudbudget.css
2015-10-08 09:28:48 +00:00

17 lines
281 B
CSS

div.div-striped div.row:nth-of-type(odd) {
background: #e0e0e0;
}
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;
}