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

This commit is contained in:
yflory 2021-09-07 12:13:54 +02:00
commit 01c96d668f
2 changed files with 17 additions and 4 deletions

View file

@ -360,6 +360,7 @@
color: @cp_form-invalid;
ul {
list-style-type: disclosure-closed;
margin-bottom: 5px;
}
li {
text-align: left;
@ -735,9 +736,21 @@
}
.cp-charts {
.cp-bar-container {
.cp-bar {
background-color: @cryptpad_color_link;
.cp-charts-row {
.cp-grid-sub-question {
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%);
}
}
}
}

View file

@ -895,7 +895,7 @@ define([
};
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,
style: 'font-weight: bold;',
}, content));