1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-06-13 13:39:23 -04:00

Add OFX fields to backend and UI

This commit is contained in:
2017-05-31 21:04:01 -04:00
parent 618ce0554b
commit bf284dc591
4 changed files with 264 additions and 3 deletions

View File

@ -33,6 +33,14 @@ div#content {
flex: auto;
}
/* Tabs */
.nav-tabs {
margin-bottom: 15px;
}
#mainNavigationTabs .nav-tabs {
margin-bottom: 0px;
}
/* Style the account tree */
div.accounttree-root-nochildren {
position: relative;