cloudbudget.css 281 B

1234567891011121314151617
  1. div.div-striped div.row:nth-of-type(odd) {
  2. background: #e0e0e0;
  3. }
  4. div.div-striped div.row:nth-of-type(even) {
  5. background: #FFFFFF;
  6. }
  7. .vcenter div {
  8. height: 3em;
  9. top: 1em;
  10. }
  11. .vcenter div .btn,
  12. .vcenter div .form-control {
  13. position: relative;
  14. top: -0.5em;
  15. }