Merge branch 'merge2' of github.com:xwiki-labs/cryptpad into merge2

pull/1/head
yflory 3 years ago
commit 01c96d668f

@ -360,6 +360,7 @@
color: @cp_form-invalid; color: @cp_form-invalid;
ul { ul {
list-style-type: disclosure-closed; list-style-type: disclosure-closed;
margin-bottom: 5px;
} }
li { li {
text-align: left; text-align: left;
@ -735,9 +736,21 @@
} }
.cp-charts { .cp-charts {
.cp-bar-container { .cp-charts-row {
.cp-bar { .cp-grid-sub-question {
background-color: @cryptpad_color_link; background: transparent;
}
.cp-value {
min-width: 200px;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cp-bar-container {
.cp-bar {
background-color: fade(@cryptpad_color_link, 75%);
}
} }
} }
} }

@ -895,7 +895,7 @@ define([
}; };
var multiAnswerSubHeading = function (content) { var multiAnswerSubHeading = function (content) {
return h('span.cp-charts-row', h('td.cp-charts-cell', { return h('span.cp-charts-row', h('td.cp-charts-cell.cp-grid-sub-question', {
colspan: 3, colspan: 3,
style: 'font-weight: bold;', style: 'font-weight: bold;',
}, content)); }, content));

Loading…
Cancel
Save