brotherton-erpnext/accounts/page/accounts_browser/accounts_browser.css

29 lines
447 B
CSS
Raw Normal View History

2012-04-13 13:34:55 +00:00
select.accbrowser-company-select {
width: 200px;
margin-top: 2px;
margin-left: 10px;
}
2012-04-17 07:10:37 +00:00
span.tree-node-toolbar {
2012-04-13 13:34:55 +00:00
padding: 2px;
margin-left: 15px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #ddd;
}
.tree-area a.selected {
font-weight: bold;
text-decoration: underline;
}
2012-05-22 11:24:46 +00:00
span.balance-area {
float: right;
height: 13px;
}
span.balance-bold {
font-weight: bold;
}