misc: style cubes charts on two columns in portal agent (#9842)

This commit is contained in:
Frédéric Péters 2016-02-07 13:15:05 +01:00
parent b8a8b94a77
commit 3bf296c54a
1 changed files with 16 additions and 0 deletions

View File

@ -81,3 +81,19 @@ div.cell div.loading.error-loading {
div.cell div.loading.error-loading::after {
content: none;
}
div#page-content div.cubesbarchart {
width: 49%;
margin-right: 1%;
float: left;
height: 350px;
}
@media print {
div.cubesbarchart {
float: none;
}
div.cubesbarchart:nth-child(2n) {
page-break-after: always;
}
}