You are here

webform-chart.css in Webform Chart 7.2

Same filename and directory in other branches
  1. 7 css/webform-chart.css
#webform-chart-page-title-block {
  text-align: center;
  margin-bottom: 2.5em;
}
#webform-chart-page-title {
  font-size: 2em;
}
#webform-chart-page-subtitle {
  font-size: 1.4em;
  font-style: italic;
}
.separator {
  width: 30%;
  border-bottom: 1px solid grey;
  display: block;
  margin: 10px auto 0px;
}

.webform-chart-item {
  margin-bottom: 2em;
}
.webform-chart-item .description {
  margin: 0 0 0 2em;
  font-style: italic;
}
.webform-chart-total-responses {
  text-align: center;
  font-style: italic;
}

File

css/webform-chart.css
View source
  1. #webform-chart-page-title-block {
  2. text-align: center;
  3. margin-bottom: 2.5em;
  4. }
  5. #webform-chart-page-title {
  6. font-size: 2em;
  7. }
  8. #webform-chart-page-subtitle {
  9. font-size: 1.4em;
  10. font-style: italic;
  11. }
  12. .separator {
  13. width: 30%;
  14. border-bottom: 1px solid grey;
  15. display: block;
  16. margin: 10px auto 0px;
  17. }
  18. .webform-chart-item {
  19. margin-bottom: 2em;
  20. }
  21. .webform-chart-item .description {
  22. margin: 0 0 0 2em;
  23. font-style: italic;
  24. }
  25. .webform-chart-total-responses {
  26. text-align: center;
  27. font-style: italic;
  28. }