Merge branch 'merge2' of github.com:xwiki-labs/cryptpad into merge2
commit
01c96d668f
|
@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue