[DESIGN] accounting memento fixes
This commit is contained in:
parent
e16eea1862
commit
fd42514f2a
2
conf.py
2
conf.py
@ -188,7 +188,7 @@ html_js_files = [
|
|||||||
'js/coa-valuation-anglo-saxon.js',
|
'js/coa-valuation-anglo-saxon.js',
|
||||||
]
|
]
|
||||||
html_css_files = [
|
html_css_files = [
|
||||||
'css/accounting.css',
|
#'css/accounting.css',
|
||||||
'css/legal.css',
|
'css/legal.css',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -2,7 +2,15 @@
|
|||||||
main.index .toctree-wrapper > .row:first-child > .col-md-3 {
|
main.index .toctree-wrapper > .row:first-child > .col-md-3 {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
.doc-aside {
|
||||||
|
border: 1px solid #d5d5d5;
|
||||||
|
background-color: #f8f8f8;
|
||||||
|
padding: 0 !important;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
.doc-aside p{
|
||||||
|
padding: .5rem;
|
||||||
|
}
|
||||||
.intro-list {
|
.intro-list {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
@ -12,13 +20,16 @@ main.index .toctree-wrapper > .row:first-child > .col-md-3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.related {
|
.related {
|
||||||
background-color: hsl(219, 76%, 88%) !important;
|
background-color: hsl(317deg 16% 90%) !important;
|
||||||
|
transition: .3s;
|
||||||
}
|
}
|
||||||
.secondary {
|
.secondary {
|
||||||
background-color: hsl(219, 67%, 94%) !important;
|
background-color: hsl(180deg 67% 94%) !important;
|
||||||
|
transition: .3s;
|
||||||
}
|
}
|
||||||
.highlight-op {
|
.highlight-op {
|
||||||
background-color: hsl(219, 67%, 94%);
|
background-color: hsl(317deg 16% 90%) !important;
|
||||||
|
transition: .3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
label:hover,
|
label:hover,
|
||||||
@ -28,16 +39,20 @@ label:hover,
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accounts-table {
|
/*.accounts-table {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.accounts-table dl {
|
.accounts-table dl {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding: .5rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accounts-table h4, .accounts-table h5 {
|
.accounts-table h4, .accounts-table h5 {
|
||||||
font-weight: normal;
|
font-weight: 700;
|
||||||
|
text-transform: uppercase;
|
||||||
|
padding: .5rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.accounts-table h4 {
|
.accounts-table h4 {
|
||||||
@ -50,10 +65,11 @@ label:hover,
|
|||||||
/* P&L & Balance Sheet columns */
|
/* P&L & Balance Sheet columns */
|
||||||
.accounts-table > div > div {
|
.accounts-table > div > div {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 5px;
|
padding: .5rem;
|
||||||
margin: 0 .5rem;
|
}
|
||||||
border: 2px solid #666;
|
|
||||||
border-radius: 3px;
|
.accounts-table > div > div:first-child {
|
||||||
|
border-right: 1px solid #d5d5d5
|
||||||
}
|
}
|
||||||
|
|
||||||
/* sections */
|
/* sections */
|
||||||
@ -64,19 +80,20 @@ label:hover,
|
|||||||
|
|
||||||
.accounts-table > div > div div > h5 {
|
.accounts-table > div > div div > h5 {
|
||||||
order: 99;
|
order: 99;
|
||||||
|
border-top: 1px solid #d5d5d5;
|
||||||
text-transform: uppercase;
|
border-bottom: 1px solid #d5d5d5;
|
||||||
|
/*text-transform: uppercase;*/
|
||||||
padding: 0.3em 0;
|
/*padding: 0.3em 0;*/
|
||||||
border-image: linear-gradient(to bottom, transparent, rgb(221, 225, 231), transparent, rgb(221, 225, 231), transparent) 5 0 10 / 3px 0 3px;
|
/*border-image: linear-gradient(to bottom, transparent, rgb(221, 225, 231), transparent, rgb(221, 225, 231), transparent) 5 0 10 / 3px 0 3px;*/
|
||||||
}
|
}
|
||||||
.accounts-table > div > div div div > h5 {
|
.accounts-table > div > div div div > h5 {
|
||||||
/* slightly smaller than normal 14px h5 size */
|
/* slightly smaller than normal 14px h5 size */
|
||||||
font-size: 12.5px;
|
font-size: 12.5px;
|
||||||
border-image: linear-gradient(to bottom, transparent, rgb(221, 225, 231), transparent, rgb(221, 225, 231), transparent) 5 0 5;
|
/*border-image: linear-gradient(to bottom, transparent, rgb(221, 225, 231), transparent, rgb(221, 225, 231), transparent) 5 0 5;*/
|
||||||
}
|
}
|
||||||
.accounts-table dt {
|
.accounts-table dt {
|
||||||
font-weight: normal;
|
font-weight: 700;
|
||||||
|
padding: 0 .5rem;
|
||||||
}
|
}
|
||||||
.accounts-table dt span {
|
.accounts-table dt span {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
@ -102,20 +119,21 @@ label:hover,
|
|||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.accounts-table, .doc-aside .highlighter-target {
|
.accounts-table, .doc-aside .highlighter-target {
|
||||||
font-size: 90%;
|
/*font-size: 90%;*/
|
||||||
color: #888 !important;
|
/*color: #8d8d8d !important;*/
|
||||||
}
|
}
|
||||||
.doc-aside .highlighter-target th {
|
.doc-aside .highlighter-target th {
|
||||||
font-weight: normal;
|
font-weight: 400;
|
||||||
font-size: 110%;
|
/*font-size: 110%;*/
|
||||||
}
|
}
|
||||||
.accounts-table .related, .doc-aside .highlighter-target .related {
|
.accounts-table .related, .doc-aside .highlighter-target .related {
|
||||||
background-color: transparent !important;
|
/*background-color: #eee !important;*/
|
||||||
color: #eee !important;
|
color: #7A436B !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
.accounts-table .secondary, .doc-aside .highlighter-target .secondary {
|
.accounts-table .secondary, .doc-aside .highlighter-target .secondary {
|
||||||
background-color: transparent !important;
|
background-color: #eee !important;
|
||||||
color: #aaa !important;
|
color: #7A436B !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-of-accounts .highlight-op,
|
.chart-of-accounts .highlight-op,
|
||||||
@ -133,7 +151,9 @@ label:hover,
|
|||||||
background-color: #030035;
|
background-color: #030035;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.entries-listing {
|
||||||
|
padding: .5rem;
|
||||||
|
}
|
||||||
.journal-entries .entries-listing p {
|
.journal-entries .entries-listing p {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
@ -141,6 +161,7 @@ label:hover,
|
|||||||
#reconciliation .reconciliation-example div.buttons {
|
#reconciliation .reconciliation-example div.buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
#reconciliation .reconciliation-example div.buttons button {
|
#reconciliation .reconciliation-example div.buttons button {
|
||||||
margin: 0 0.5em;
|
margin: 0 0.5em;
|
||||||
@ -148,40 +169,41 @@ label:hover,
|
|||||||
|
|
||||||
@keyframes reconcile {
|
@keyframes reconcile {
|
||||||
0% {
|
0% {
|
||||||
font-size: 100%;
|
opacity: 1;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
background-color: rgba(2, 0, 31, 0);
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
60% {
|
60% {
|
||||||
background-color: rgba(2, 0, 31, 1);
|
background-color: hsl(317deg 16% 90%);
|
||||||
}
|
}
|
||||||
80% {
|
80% {
|
||||||
font-size: 100%;
|
opacity: 1;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
font-size: 0%;
|
opacity: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.reconcile1 .invoice1, .reconcile1 .invoice1 td {
|
.reconcile1 .invoice1, .reconcile1 .invoice1 td {
|
||||||
animation: reconcile 5s ease-in forwards;
|
animation: reconcile 2s;
|
||||||
}
|
}
|
||||||
.reconcile2 .invoice2, .reconcile2 .invoice2 td {
|
.reconcile2 .invoice2, .reconcile2 .invoice2 td {
|
||||||
animation: reconcile 5s ease-in forwards;
|
animation: reconcile 2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.invoice1.reconciled, .invoice2.reconciled {
|
.invoice1.reconciled, .invoice2.reconciled {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote.highlights {
|
blockquote.highlights, blockquote.highlights p{
|
||||||
border: none;
|
border: none;
|
||||||
margin-bottom: 0;
|
margin-top: 1rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
var AccountsTable = React.createClass({
|
var AccountsTable = React.createClass({
|
||||||
render: function () {
|
render: function () {
|
||||||
return React.DOM.div(
|
return React.DOM.div(
|
||||||
{ style: { marginTop: '1em' } },
|
{ style: { marginTop: '0' } },
|
||||||
React.DOM.div(// P&L
|
React.DOM.div(// P&L
|
||||||
highlight(this.props.current === 'p-l'),
|
highlight(this.props.current === 'p-l'),
|
||||||
React.DOM.h4(null, "Profit & Loss"),
|
React.DOM.h4(null, "Profit & Loss"),
|
||||||
|
Loading…
Reference in New Issue
Block a user