You are here

webform.css in Webform 5.2

Same filename and directory in other branches
  1. 5 webform.css
  2. 6.2 webform.css
.webform-submission-navigation {
  text-align: right;
}
.webform-submission-next {
  margin-left: 20px;
}
.webform-indentation {
  width: 20px;
  float: left;
}
.webform-checkbox {
  text-align: center;
  width: 40px;
}
.webform-default-value {
  color: #999;
}
.webform-results-per-page a.selected {
  font-weight: bold;
}

File

webform.css
View source
  1. .webform-submission-navigation {
  2. text-align: right;
  3. }
  4. .webform-submission-next {
  5. margin-left: 20px;
  6. }
  7. .webform-indentation {
  8. width: 20px;
  9. float: left;
  10. }
  11. .webform-checkbox {
  12. text-align: center;
  13. width: 40px;
  14. }
  15. .webform-default-value {
  16. color: #999;
  17. }
  18. .webform-results-per-page a.selected {
  19. font-weight: bold;
  20. }