advpoll.css in Advanced Poll 5
Same filename and directory in other branches
.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.cssView source
-
- .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;
- }