piecharts ftw, also started re-arranging the dashboard
parent
e012479ab5
commit
744c55e776
@ -1,55 +1,61 @@
|
|||||||
.graph-container {
|
.dashboard {
|
||||||
padding-right: 50px;
|
.panel {
|
||||||
position: relative;
|
max-width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.graph-legend {
|
.graph-container {
|
||||||
.box-header-font;
|
padding-right: 50px;
|
||||||
display: block;
|
position: relative;
|
||||||
position: absolute;
|
|
||||||
top: 20px;
|
|
||||||
left: 35px;
|
|
||||||
list-style-type: none;
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
li {
|
.graph-legend {
|
||||||
div {
|
.box-header-font;
|
||||||
border: 1px solid;
|
display: block;
|
||||||
width: 12px;
|
position: absolute;
|
||||||
height: 12px;
|
top: 20px;
|
||||||
vertical-align: -41%;
|
left: 35px;
|
||||||
margin-bottom: 5px;
|
list-style-type: none;
|
||||||
display: inline-block;
|
padding: 0;
|
||||||
margin-right: 5px;
|
|
||||||
|
|
||||||
&.page-views {
|
li {
|
||||||
border-color: rgba(220,220,220,1);
|
div {
|
||||||
background-color: rgba(220,220,220,0.2);
|
border: 1px solid;
|
||||||
}
|
width: 12px;
|
||||||
&.unique-visitors {
|
height: 12px;
|
||||||
border-color: rgba(151,187,205,1);
|
vertical-align: -41%;
|
||||||
background-color: rgba(151,187,205,0.2);
|
margin-bottom: 5px;
|
||||||
|
display: inline-block;
|
||||||
|
margin-right: 5px;
|
||||||
|
|
||||||
|
&.page-views {
|
||||||
|
border-color: rgba(220,220,220,1);
|
||||||
|
background-color: rgba(220,220,220,0.2);
|
||||||
|
}
|
||||||
|
&.unique-visitors {
|
||||||
|
border-color: rgba(151,187,205,1);
|
||||||
|
background-color: rgba(151,187,205,0.2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.version-check {
|
.version-check {
|
||||||
-webkit-transition: background, color 500ms ease-in;
|
-webkit-transition: background, color 500ms ease-in;
|
||||||
-moz-transition: background, color 500ms ease-in;
|
-moz-transition: background, color 500ms ease-in;
|
||||||
-ms-transition: background, color 500ms ease-in;
|
-ms-transition: background, color 500ms ease-in;
|
||||||
-o-transition: background, color 500ms ease-in;
|
-o-transition: background, color 500ms ease-in;
|
||||||
transition: background, color 500ms ease-in;
|
transition: background, color 500ms ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
#unique-visitors, #active-users {
|
#unique-visitors, #active-users {
|
||||||
margin-left: -15px;
|
margin-left: -15px;
|
||||||
> div {
|
> div {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.motd textarea {
|
.motd textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue