You are here

newsletter.admin.css in Newsletter 7

.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

css/newsletter.admin.css
View source
  1. .jqplot-axis {
  2. font-size: 0.85em;
  3. }
  4. .jqplot-xaxis {
  5. width: 475px !important;
  6. }
  7. .jqplot-table-legend {
  8. width: auto;
  9. }
  10. .jqplot-title {
  11. font-size: 1.1em;
  12. }
  13. .jqplot-xaxis-label {
  14. width: 70px;
  15. }
  16. .jqplot-xaxis-tick{
  17. padding: 0 5px;
  18. width: 50px;
  19. }
  20. select, input {
  21. margin-right: 15px;
  22. }
  23. #chart1 {
  24. margin-bottom: 40px;
  25. }