combo/data/themes/gadjo/static/css/agent-portal.css

91 lines
1.4 KiB
CSS

div.welcome {
border: 1px solid #e4e4e4;
background: #fcfcfc;
padding: 1ex;
}
div.textcell {
clear: both;
}
#content div.cell.gauge {
width: 270px;
max-width: 32%;
float: left;
}
div.cell.gauge div.bo-block {
position: relative;
}
div.cell.gauge div.bo-block span.counter {
position: absolute;
top: 0.5ex;
right: 0.5ex;
font-size: 200%;
}
div.cell div.loading {
color: #444;
position: relative;
}
@-webkit-keyframes cell-loading-pulse {
to { width: 100%; }
}
@keyframes cell-loading-pulse {
to { width: 100%; }
}
div.ajax-loaded div.loading {
position: absolute;
width: 10%;
right: 0;
}
div.cell div.loading span {
position: relative;
z-index: 10;
padding: 0.5ex;
display: inline-block;
}
div.cell div.loading::after {
content: "";
position: absolute;
z-index: 0;
left: 0;
width: 0px;
background: #eee;
height: 100%;
-webkit-animation: cell-loading-pulse 2s linear infinite alternate;
animation: cell-loading-pulse 2s linear infinite alternate;
}
div.cell div.loading.error-loading {
background: #f44;
}
div.cell div.loading.error-loading::after {
content: none;
}
@media screen and (min-width: 1586px) {
div#page-content div.cubesbarchart {
width: 49.5%;
margin-right: 0.5%;
float: left;
height: 350px;
}
}
@media print {
div#page-content div.cubesbarchart {
float: none;
}
div.cubesbarchart:nth-child(2n) {
page-break-after: always;
}
}