added basic invoice rendering #97 #93 (#99)

This commit is contained in:
Kevin Papst
2018-01-21 22:50:46 +01:00
committed by GitHub
parent 9a161b8fd9
commit 4cbc5391c0
73 changed files with 2986 additions and 918 deletions

View File

@@ -1,3 +1,8 @@
.error-page {
margin-bottom: 50px;
}
/* ================================ NAVBAR ================================ */
.navbar-nav>li>a.ddt-large {
@@ -42,6 +47,7 @@ li.open .ticktac i.running{
.control-sidebar select {
color: #000;
}
/* ================================ TOOLBAR ================================ */
.data_table .box-header>.box-tools {
@@ -61,7 +67,7 @@ li.open .ticktac i.running{
display: inline;
}
.box-header .tools-left {
.tools-left {
margin-right: 10px;
}
@@ -84,6 +90,11 @@ footer.main-footer {
.login-page form label {
padding-left: 5px;
}
/* ================================ PRINT ================================ */
@media print{
.sf-toolbar, .control-sidebar {display: none !important;}
}
/* ================================ DATA-TABLES ================================ */