- Posts: 48
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<style type="text/css"> #question{QID} .radio-item label { padding-left: 36px; padding-top: 10px;; } #question{QID} .radio-item label::before { width: 40px; height: 40px; left: 0; top: 0; border: 3px solid #ccc; } #question{QID} .radio-item label::after { width: 24px; height: 24px; left: 8px; top: 8px; } #question{QID} .radio-item:nth-child(1) label::before { content: "1"; padding-left: 12px; padding-top: 8px; } #question{QID} .radio-item:nth-child(2) label::before { content: "2"; padding-left: 12px; padding-top: 8px; } #question{QID} .radio-item:nth-child(3) label::before { content: "3"; padding-left: 12px; padding-top: 8px; } #question{QID} .radio-item:nth-child(4) label::before { content: "4"; padding-left: 12px; padding-top: 8px; } #question{QID} .radio-item:nth-child(5) label::before { content: "5"; padding-left: 12px; padding-top: 8px; } </style>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
... #question{QID} .list-unstyled:nth-child(1) .radio-item:nth-child(4) label::before { content: "4"; padding-left: 12px; padding-top: 8px; } #question{QID} .list-unstyled:nth-child(2) .radio-item:nth-child(1) label::before { content: "5"; padding-left: 12px; padding-top: 8px; } ...
<style type="text/css"> .fruity .btn-primary, .fruity .btn-primary.disabled, .fruity .btn-primary.disabled.active, .fruity .btn-primary.disabled:active, .fruity .btn-primary.disabled:focus, .fruity .btn-primary.disabled:hover { text-align: left; background-color: transparent; color: #328637; } </style>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.