2015-05-08 01:49:06 +08:00
|
|
|
div.poll {
|
|
|
|
display: table;
|
2016-07-28 17:39:06 +08:00
|
|
|
min-width: 500px;
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
2015-05-08 01:49:06 +08:00
|
|
|
|
|
|
|
.poll-info {
|
2016-07-28 17:39:06 +08:00
|
|
|
min-width: 150px;
|
|
|
|
width: 100%;
|
2015-05-08 01:49:06 +08:00
|
|
|
display: table-cell;
|
|
|
|
border-left: 1px solid $border-color;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 40px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-text {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.poll-container {
|
|
|
|
display: table-cell;
|
2016-07-28 17:39:06 +08:00
|
|
|
min-width: 330px;
|
|
|
|
width: 100%;
|
2015-05-08 01:49:06 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.poll-buttons {
|
|
|
|
border-top: 1px solid $border-color;
|
2015-05-08 17:13:32 +08:00
|
|
|
padding: 10px;
|
2015-05-08 01:49:06 +08:00
|
|
|
|
|
|
|
.toggle-status {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-07-29 15:19:56 +08:00
|
|
|
|
|
|
|
.d-editor-preview {
|
|
|
|
.poll-buttons {
|
|
|
|
a:not(:first-child) {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|