Fix forms charts UI

This commit is contained in:
yflory 2021-09-01 18:25:14 +02:00
parent 15de4c64fe
commit 478e95e24c
1 changed files with 14 additions and 4 deletions

View File

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