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

38 lines
501 B
CSS

body.with-sidebar div#main-content {
width: 70%;
}
body.with-sidebar div#sidebar {
float: right;
width: 23%;
margin-right: 2%;
color: #666;
}
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;
bottom: 0;
right: 1ex;
font-size: 300%;
}