Skip to content

Commit

Permalink
Dev: Fix to print a clean statistics view by creating printable css
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Nov 24, 2016
1 parent 948510a commit 810b28f
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions styles/Sea_Green/css/lime-admin-common.css
Expand Up @@ -2260,12 +2260,15 @@ input[type="file"].form-control {

html,body {
margin: 0;
max-width: 100%;
max-width: 90%;
}
body{
max-width: 100%;
text-align: left;
padding: 12px;
overflow: visible;
position: absolute;
top: 24px;
left: 14px;
}

body.onStatistics a:not(.printable),
Expand Down Expand Up @@ -2294,16 +2297,11 @@ input[type="file"].form-control {
margin-left: 0;
margin-right: 0;
}
body.onStatistics>div.printable
{
margin: 2px !important;
padding: 2px !important;
body.onStatistics div:not(.printable) {
margin: 0 !important;
padding: 0 !important;
}

div.legend span {
margin: initial !important;
padding: initial !important;
}

/*body.onStatistics td:not(.printable),
body.onStatistics th:not(.printable),*/
Expand Down

0 comments on commit 810b28f

Please sign in to comment.