Project

General

Profile

Download (1.17 KB) Statistics
| Branch: | Tag: | Revision:
/*
*= require jquery.gridster
*= require gridster.scss
*/

#dashboard{
.status-table{
li{
margin: 10px 0;
list-style: none;
h4{
float:right;
line-height: 10px;
}
}
.total{
border-top: 1px solid #ddd;
text-align: right;
padding-top: 10px;
}
}
.header{
border-bottom: 1px solid #ddd;
padding: 0px 10px 10px;
margin-top: 0;
}
.stats-well {
min-height: 360px;
}
.statistics-bar{
height: 270px;
width: 95%;
margin-left: -10px;
}
.statistics-chart{
height: 240px;
width: 95%;
}
.widget_control a{
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
cursor: pointer;
margin: 0 3px;
&:hover{
text-decoration: none;
}
}
}

.dashboard-links{
color: #333333;
}

.dashboard-pie{
height: 180px;
width: 180px;
}

.dashboard-right {
margin-right: 10px;
margin-top: 80px;
float: right;
}

.auto-refresh {
a {
border: none;
background: none;
}
margin-left: 5px;
&.on a {
color: #005C7E;
}
&.off a {
color: #ccc;
}
}
(5-5/18)