You are here

advpoll.css in Advanced Poll 5

Same filename and directory in other branches
  1. 6.3 advpoll.css
  2. 6 advpoll.css
  3. 6.2 advpoll.css
.node-form .choices {
  width: 87%;
  margin-right: 0.2em;
  display:inline;
}

a.remove-choice {
  font-size: 0.85em;
  cursor:pointer;
}

html.js .writein-choice, html.js .edit-settings-show-writeins {
  display: none;
}

html.js input.writein-choice {
  margin-left: 0.6em;
}

.poll-question {
  font-weight: bold;
}

File

advpoll.css
View source
  1. .node-form .choices {
  2. width: 87%;
  3. margin-right: 0.2em;
  4. display:inline;
  5. }
  6. a.remove-choice {
  7. font-size: 0.85em;
  8. cursor:pointer;
  9. }
  10. html.js .writein-choice, html.js .edit-settings-show-writeins {
  11. display: none;
  12. }
  13. html.js input.writein-choice {
  14. margin-left: 0.6em;
  15. }
  16. .poll-question {
  17. font-weight: bold;
  18. }