From 602c2f26168d2839d341a6da65bca1f0d89f02f7 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 6 Sep 2021 18:05:37 +0200 Subject: [PATCH] Update responses style --- www/form/app-form.less | 38 +++++--------------------------------- 1 file changed, 5 insertions(+), 33 deletions(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index 6c4cbd9e9..a7a494501 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -734,42 +734,14 @@ } } - .cp-form-results-type-radio { - display: table; - width: 100%; - .cp-form-results-type-multiradio-data { - display: flex; - flex-flow: column; - } - .cp-form-results-type-radio-data { - display: table-row; - 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; - } - &.cp-bar-container { - width: 99%; - padding: 0px; - position: relative; - background: transparent; - border-left-width: 15px; - border-right-width: 15px; - .cp-bar { - position: absolute; - background: fade(@cryptpad_text_col, 50%); - height: 50%; - top: 25%; - } - } + .cp-charts { + .cp-bar-container { + .cp-bar { + background-color: @cryptpad_color_link; } } } + .cp-form-results-contained { max-height: 350px; // enough for 10 table entries overflow: auto;