ledgerrb/public/app/css/app.css

20 lines
377 B
CSS
Raw Normal View History

/* app css stylesheet */
2014-10-01 15:08:35 +02:00
h3 { text-align: center; }
2014-07-30 23:35:50 +02:00
2014-10-01 16:14:27 +02:00
material-button { padding: 0 3px;
margin: 0 3px; }
material-content table { max-width: 99%;
width: 99%; }
2014-07-30 23:35:50 +02:00
.date,
.panel-heading { text-align: center }
.balance{color:#fff}
.balance.positive{background-color:#0a0}
.balance.negative{background-color:#a00}
2014-08-19 17:39:10 +02:00
.even{background-color:#ddd}
.odd{background-color:#eee}