FIX: update poll-builder to new modal design
This commit is contained in:
parent
704cca3de2
commit
ec7f597274
|
@ -1,10 +1,6 @@
|
||||||
.poll-ui-builder-form {
|
.poll-ui-builder-form {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
.input-group {
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
label {
|
label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
@ -12,7 +8,7 @@
|
||||||
|
|
||||||
.tip {
|
.tip {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 5px;
|
min-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group-label {
|
.input-group-label {
|
||||||
|
@ -20,11 +16,33 @@
|
||||||
width: 45px;
|
width: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.combobox {
|
.poll-number {
|
||||||
margin-right: 5px;
|
margin: 8px 0;
|
||||||
|
|
||||||
|
.tip {
|
||||||
|
margin-bottom: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
width: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input + .tip {
|
||||||
|
margin-top: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.poll-options-min, .poll-options-max, .poll-options-step {
|
.poll-textarea textarea {
|
||||||
width: 70px !important;
|
width: 100%;
|
||||||
|
height: 90px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.poll-select + .poll-textarea {
|
||||||
|
margin-top: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.poll-checkbox {
|
||||||
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue