newsletter_statistics.admin.css in Newsletter 7.2
.jqplot-axis {
font-size: 0.85em;
}
.jqplot-xaxis {
width: 475px !important;
}
.jqplot-table-legend {
width: auto;
}
.jqplot-title {
font-size: 1.1em;
}
.jqplot-xaxis-label {
width: 70px;
}
.jqplot-xaxis-tick{
padding: 0 5px;
width: 50px;
}
select, input {
margin-right: 15px;
}
#chart1 {
margin-bottom: 40px;
}
File
modules/statistics/css/newsletter_statistics.admin.css
View source
- .jqplot-axis {
- font-size: 0.85em;
- }
- .jqplot-xaxis {
- width: 475px !important;
- }
- .jqplot-table-legend {
- width: auto;
- }
- .jqplot-title {
- font-size: 1.1em;
- }
- .jqplot-xaxis-label {
- width: 70px;
- }
- .jqplot-xaxis-tick{
- padding: 0 5px;
- width: 50px;
- }
- select, input {
- margin-right: 15px;
- }
- #chart1 {
- margin-bottom: 40px;
- }