Sha256: 9955c3529b0905f79d9f17967cb81d63fe52290378c85fd0985874a3faac1930
Contents?: true
Size: 865 Bytes
Versions: 1
Compression:
Stored size: 865 Bytes
Contents
.e9-poll { } .poll-question { font-size: large; font-weight: bold; padding: 0 1.2em; } .poll-answers { padding: 0 1.2em; margin-bottom: 1em; } .poll-answer-bar { height: 15px; display: block; } .poll-answer-bar-outer { display: block; background-color: #eee; } .poll-answer { margin: 1em 0; clear: both; } .poll-answer textarea { height: 3em; margin-bottom: 0; } .poll-answer .field { margin-bottom: 0; } form.edit_poll .actions { padding: 0.5em 0; } /* Poll answers or poll percentage. */ .poll-answer-votes { display: none; } .poll-answer-percentage {} /* * Individual bar styles * (the default is 5 rotating classes, but this can be changed in config). */ .pab-1 { background-color: Green; } .pab-2 { background-color: Maroon; } .pab-3 { background-color: LightSalmon; } .pab-4 { background-color: LightSeaGreen; } .pab-5 { background-color: HotPink; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
e9_polls-1.0.3 | lib/generators/e9_polls/templates/stylesheet.css |