hledger/hledger-api/examples/angular/hledger-client.css
Simon Michael 0ab008ed5e api: merge tomk's WIP angular client, cleanups
- api routes (but not /swagger.json) are now under /api/v1
- the api has changed a bit, more to come
- files are served from the current directory by default, simplifying naming
- the startup message is more informative
- added some startup hints for the angular client
2016-01-24 13:37:34 -08:00

23 lines
363 B
CSS

ul.accounts, ul.accounts ul {
list-style-type: none;
padding-left: 0;
}
ul.accounts ul {
margin-left: 15px;
}
ul.accounts li {
clear: both;
border-top: 1px dotted #888;
}
ul.accounts .balances {
display: block;
float: right;
text-align: right;
}
ul.accounts .balance {
display: block;
}
ul.accounts .balance .commodity-side-L {
float: left;
}