1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-20 20:00:06 -04:00
moneygo/static/stylesheet.css

33 lines
471 B
CSS

div#content {
width: 95%;
height: 100%;
min-width: 75em;
max-width: 100em;
display: block;
margin-left: auto;
margin-right: auto;
}
div.accounttree-root-nochildren {
position: relative;
left: 24px;
}
div.accounttree {
position: relative;
left: -24px;
}
div.accounttree-nochildren {
position: relative;
left: 0px;
}
div.accounttree div {
padding-left: 24px;
}
div.accounttree-root div {
padding-left: 24px;
}
.accounttree-name {
padding: 3px;
}