mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
11 lines
170 B
CSS
11 lines
170 B
CSS
|
#ReportSelector_holder {
|
||
|
background-color: #EEE;
|
||
|
border-bottom: 1px #CCC solid;
|
||
|
margin: 0;
|
||
|
padding: 3px;
|
||
|
}
|
||
|
|
||
|
#right iframe.AWStatsReport {
|
||
|
width: 98%;
|
||
|
height: 85%;
|
||
|
}
|