2014-07-14 19:41:37 +02:00
|
|
|
/* app css stylesheet */
|
|
|
|
|
2014-10-01 15:08:35 +02:00
|
|
|
h3 { text-align: center; }
|
2014-07-30 23:35:50 +02:00
|
|
|
|
2014-11-06 17:05:31 +01:00
|
|
|
md-button { padding: 0 3px;
|
|
|
|
margin: 0 3px; }
|
2014-10-01 16:14:27 +02:00
|
|
|
|
2014-11-06 17:05:31 +01:00
|
|
|
md-content table { max-width: 99%;
|
|
|
|
width: 99%; }
|
2014-10-01 16:14:27 +02:00
|
|
|
|
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}
|