You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
301 B
CSS
24 lines
301 B
CSS
8 years ago
|
.dashboard #content {
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
.admin-graph {
|
||
|
width: 48%;
|
||
|
margin: auto;
|
||
|
display: inline-block;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
|
||
|
.half-module {
|
||
|
display: inline-block;
|
||
|
width: 50%;
|
||
|
}
|
||
|
.half-module table {
|
||
|
width: 95%;
|
||
|
}
|
||
|
.half-module + .half-module {
|
||
|
float: left;
|
||
|
}
|