_jqplot.scss (phpMyAdmin-5.0.4-english) | : | _jqplot.scss (phpMyAdmin-5.1.0-english) | ||
---|---|---|---|---|
// Styles for jqPlot for the Metro theme | // Styles for jqPlot for the Metro theme | |||
// rules for the plot target div. | // rules for the plot target div. | |||
// These will be cascaded down to all plot elements according to css rules | // These will be cascaded down to all plot elements according to css rules | |||
.jqplot-target { | .jqplot-target { | |||
position: relative; | position: relative; | |||
color: #222; | color: #222; | |||
font-family: $font-family; | font-family: $font-family-base; | |||
font-size: 1em; | font-size: 1em; | |||
} | } | |||
// rules applied to all axes | // rules applied to all axes | |||
.jqplot-axis { | .jqplot-axis { | |||
font-size: 0.75em; | font-size: 0.75em; | |||
} | } | |||
.jqplot-xaxis { | .jqplot-xaxis { | |||
margin-top: 10px; | margin-top: 10px; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |