12 lines
146 B
CSS
12 lines
146 B
CSS
|
div.dashboard_table td {
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
div.dashboard-title {
|
||
|
font-weight: bold;
|
||
|
padding: '3px 0px';
|
||
|
}
|
||
|
|
||
|
div.dashboard-graph {
|
||
|
height: 180px;
|
||
|
}
|