Fix forms charts UI

pull/1/head
yflory 3 years ago
parent 15de4c64fe
commit 478e95e24c

@ -182,6 +182,12 @@
overflow-x: auto; overflow-x: auto;
} }
} }
.cp-form-creator-results-timeline {
margin-bottom: 20px;
table.cp-charts.column {
overflow-x: initial;
}
}
} }
div.cp-form-creator-content, div.cp-form-creator-results { div.cp-form-creator-content, div.cp-form-creator-results {
max-width: 1000px; max-width: 1000px;
@ -611,7 +617,6 @@
.cp-form-creator-results-controls { .cp-form-creator-results-controls {
margin-bottom: 20px; margin-bottom: 20px;
margin-top: 20px;
//background: @cp_form-bg1; //background: @cp_form-bg1;
//padding: 10px; //padding: 10px;
button { button {
@ -674,11 +679,12 @@
} }
.cp-form-results-type-radio-data { .cp-form-results-type-radio-data {
display: table-row; display: table-row;
border: 1px solid @cp_form-border; border: 1px solid transparent;
& > span { & > span {
.cp-form-results-cell(); .cp-form-results-cell();
&.cp-value { &.cp-value {
max-width: 200px; max-width: 200px;
min-width: 200px;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -687,10 +693,14 @@
width: 99%; width: 99%;
padding: 0px; padding: 0px;
position: relative; position: relative;
background: transparent;
border-left-width: 15px;
border-right-width: 15px;
.cp-bar { .cp-bar {
position: absolute; position: absolute;
background: @cryptpad_color_brand; background: fade(@cryptpad_text_col, 50%);
height: 100%; height: 50%;
top: 25%;
} }
} }
} }

Loading…
Cancel
Save