2015-04-23 13:33:29 -04:00
|
|
|
div.poll {
|
2018-08-27 16:53:35 -04:00
|
|
|
margin: 1em 0;
|
2018-08-03 17:43:07 -04:00
|
|
|
border: 1px solid $primary-low;
|
2015-05-08 05:13:32 -04:00
|
|
|
|
2015-07-31 06:42:19 -04:00
|
|
|
@include unselectable;
|
|
|
|
|
2018-06-08 05:49:31 -04:00
|
|
|
ul,
|
|
|
|
ol {
|
2015-04-23 13:33:29 -04:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
display: inline-block;
|
2015-05-04 16:29:45 -04:00
|
|
|
width: 100%;
|
2015-04-23 13:33:29 -04:00
|
|
|
}
|
|
|
|
|
2015-06-03 10:49:20 -04:00
|
|
|
li {
|
2015-04-23 13:33:29 -04:00
|
|
|
cursor: pointer;
|
2018-08-27 16:53:35 -04:00
|
|
|
font-size: $font-up-1;
|
2015-04-23 13:33:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
li[data-poll-option-id] {
|
2016-08-01 10:07:57 -04:00
|
|
|
color: $primary;
|
2019-02-05 04:47:22 -05:00
|
|
|
padding: 0.5em 0;
|
2019-08-13 09:49:40 -04:00
|
|
|
word-break: break-word;
|
2015-04-23 13:33:29 -04:00
|
|
|
}
|
|
|
|
|
2018-07-01 01:20:00 -04:00
|
|
|
img {
|
2019-02-05 04:47:22 -05:00
|
|
|
// needed to override internal styles in image-sizing hack
|
|
|
|
max-width: 100% !important;
|
2018-07-01 01:20:00 -04:00
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2015-05-04 16:29:45 -04:00
|
|
|
.poll-info {
|
2018-08-03 17:43:07 -04:00
|
|
|
color: $primary-medium;
|
2015-05-04 16:29:45 -04:00
|
|
|
vertical-align: middle;
|
2018-08-27 16:53:35 -04:00
|
|
|
padding: 1em 0;
|
2015-05-04 16:29:45 -04:00
|
|
|
|
2018-05-02 20:12:19 -04:00
|
|
|
.info-label {
|
2019-02-05 04:47:22 -05:00
|
|
|
font-size: $font-up-4;
|
2018-08-27 16:53:35 -04:00
|
|
|
line-height: $line-height-medium;
|
2015-05-04 16:29:45 -04:00
|
|
|
}
|
2018-05-02 20:12:19 -04:00
|
|
|
|
|
|
|
.info-text {
|
2019-02-05 04:47:22 -05:00
|
|
|
margin: 0.25em 0;
|
2018-05-02 20:12:19 -04:00
|
|
|
display: block;
|
|
|
|
}
|
2015-05-04 16:29:45 -04:00
|
|
|
}
|
|
|
|
|
2015-04-23 13:33:29 -04:00
|
|
|
.poll-container {
|
2015-05-04 16:29:45 -04:00
|
|
|
vertical-align: middle;
|
2019-02-05 04:47:22 -05:00
|
|
|
padding: 0.5em 1em;
|
2015-05-04 16:29:45 -04:00
|
|
|
|
2016-06-09 09:33:17 -04:00
|
|
|
.poll-results-number-rating {
|
2019-02-05 04:47:22 -05:00
|
|
|
font-size: $font-up-5;
|
2015-05-04 16:29:45 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.poll-buttons {
|
2018-05-11 20:14:58 -04:00
|
|
|
.info-text {
|
2019-02-05 04:47:22 -05:00
|
|
|
margin: 0.25em 0;
|
2018-08-03 17:43:07 -04:00
|
|
|
color: $primary-medium;
|
2018-05-11 20:14:58 -04:00
|
|
|
}
|
2019-03-06 20:27:40 -05:00
|
|
|
.info-text + .info-text,
|
|
|
|
button + .info-text {
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
2015-04-23 13:33:29 -04:00
|
|
|
}
|
|
|
|
|
2019-02-05 04:47:22 -05:00
|
|
|
.poll-voters:not(:empty) {
|
2020-02-27 05:09:54 -05:00
|
|
|
min-height: 30px;
|
2019-02-05 04:47:22 -05:00
|
|
|
margin-bottom: 0.25em;
|
2020-02-27 05:09:54 -05:00
|
|
|
|
2016-06-07 06:55:01 -04:00
|
|
|
li {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.poll-voters-toggle-expand {
|
2016-06-09 09:33:17 -04:00
|
|
|
width: 100%;
|
2016-06-07 06:55:01 -04:00
|
|
|
text-align: center;
|
2020-02-27 05:09:54 -05:00
|
|
|
|
|
|
|
.spinner {
|
|
|
|
margin-top: 0.25em;
|
|
|
|
}
|
2016-06-07 06:55:01 -04:00
|
|
|
}
|
|
|
|
|
2015-04-23 13:33:29 -04:00
|
|
|
.results {
|
2018-08-29 09:11:03 -04:00
|
|
|
> li {
|
2018-11-19 08:50:00 -05:00
|
|
|
cursor: default;
|
2019-02-05 04:47:22 -05:00
|
|
|
padding: 0.25em 0;
|
|
|
|
&:last-child {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2018-08-27 16:53:35 -04:00
|
|
|
}
|
2015-04-23 13:33:29 -04:00
|
|
|
.option {
|
2015-06-03 10:49:20 -04:00
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2015-04-23 13:33:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.percentage {
|
2015-06-03 10:49:20 -04:00
|
|
|
float: right;
|
2018-08-03 17:43:07 -04:00
|
|
|
color: $primary-medium;
|
2018-08-27 16:53:35 -04:00
|
|
|
margin-left: 0.25em;
|
2015-04-23 13:33:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.bar-back {
|
2018-08-03 17:43:07 -04:00
|
|
|
background: $primary-low;
|
2015-04-23 13:33:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.bar {
|
2018-08-27 16:53:35 -04:00
|
|
|
height: 0.75em;
|
2018-08-03 17:43:07 -04:00
|
|
|
background: $primary-medium;
|
2017-01-24 22:56:39 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.chosen .bar {
|
|
|
|
background: $tertiary;
|
2015-04-23 13:33:29 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&[data-poll-type="number"] {
|
2016-06-07 06:55:01 -04:00
|
|
|
li[data-poll-option-id] {
|
2015-04-23 13:33:29 -04:00
|
|
|
display: inline-block;
|
2018-08-27 16:53:35 -04:00
|
|
|
width: 3.25em;
|
|
|
|
margin-right: 0.25em;
|
2015-04-23 13:33:29 -04:00
|
|
|
}
|
|
|
|
}
|
2019-11-25 12:51:01 -05:00
|
|
|
|
2020-02-11 11:02:54 -05:00
|
|
|
.pie-chart-legends {
|
|
|
|
text-align: center;
|
|
|
|
margin: 10px 0;
|
|
|
|
|
|
|
|
.legend {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 4px 0 4px 14px;
|
|
|
|
|
|
|
|
.swatch {
|
|
|
|
display: inline-block;
|
|
|
|
width: 24px;
|
|
|
|
height: 12px;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-11-25 12:51:01 -05:00
|
|
|
.poll-grouped-pies-controls {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.poll-results-chart {
|
|
|
|
height: 310px;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.poll-group-by-toggle {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.poll-group-by-selector {
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.poll-grouped-pie-container {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
padding: 15px 0;
|
|
|
|
|
|
|
|
.poll-pie-label {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div.poll.pie {
|
|
|
|
.poll-container {
|
|
|
|
display: inline-block;
|
|
|
|
height: 310px;
|
|
|
|
max-height: 310px;
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
.poll-grouped-pie-container {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.poll-info {
|
|
|
|
display: inline-block;
|
|
|
|
width: 150px;
|
|
|
|
}
|
2015-04-23 13:33:29 -04:00
|
|
|
}
|
2018-11-15 04:40:01 -05:00
|
|
|
|
|
|
|
// hides 0 vote count in crawler and print view
|
|
|
|
body.crawler {
|
|
|
|
.poll {
|
|
|
|
.poll-info,
|
|
|
|
.poll-button {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|