Sha256: 6d25f86fb5cf68bb5ba195ccc4f283c0f0795d0b1e98e829e84a8dea2d8d0a1f

Contents?: true

Size: 935 Bytes

Versions: 6

Compression:

Stored size: 935 Bytes

Contents

.e9-poll { }
.poll-header, .poll-question { font-size: large; padding: 0 1.2em; }
.poll-header { font-weight: bold; }
.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; }
.e9-poll h1 { line-height: 1.333em; }

/*  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

6 entries across 6 versions & 1 rubygems

Version Path
e9_polls-1.0.10 lib/generators/e9_polls/templates/stylesheet.css
e9_polls-1.0.9 lib/generators/e9_polls/templates/stylesheet.css
e9_polls-1.0.8 lib/generators/e9_polls/templates/stylesheet.css
e9_polls-1.0.7 lib/generators/e9_polls/templates/stylesheet.css
e9_polls-1.0.6 lib/generators/e9_polls/templates/stylesheet.css
e9_polls-1.0.5 lib/generators/e9_polls/templates/stylesheet.css