liquid_feedback_frontend
diff static/lf4.css @ 1843:b01d9920371b
merge
author | jbe |
---|---|
date | Thu Feb 03 15:57:22 2022 +0100 (2022-02-03) |
parents | 8d36c14128d4 |
children | 71916d0badca |
line diff
1.1 --- a/static/lf4.css Thu Feb 03 15:54:23 2022 +0100 1.2 +++ b/static/lf4.css Thu Feb 03 15:57:22 2022 +0100 1.3 @@ -123,6 +123,10 @@ 1.4 font-size: 18px; 1.5 line-height: normal; 1.6 } 1.7 +.mdl-list__item .revoked .initiative_name { 1.8 + text-decoration: line-through; 1.9 +} 1.10 + 1.11 .initiatives.mdl-list { 1.12 margin-top: 5px; 1.13 margin-bottom: 5px; 1.14 @@ -588,6 +592,7 @@ 1.15 .initiatives .attachment { 1.16 max-width: 180px; 1.17 max-height: 80px; 1.18 + margin-bottom: 10px; 1.19 } 1.20 1.21 .competing_initiatives .initiatives .attachment { 1.22 @@ -737,6 +742,57 @@ 1.23 margin-top: 0; 1.24 } 1.25 1.26 +#rating_dialog { 1.27 + position: fixed; 1.28 + top: 0px; 1.29 + bottom: 0px; 1.30 + max-width: calc((100% - 6px) - 2em); 1.31 + max-height: calc((100% - 6px) - 2em); 1.32 + overflow: auto; 1.33 + display: block; 1.34 + left: 0px; 1.35 + right: 0px; 1.36 + width: fit-content; 1.37 + width: -moz-fit-content; 1.38 + height: fit-content; 1.39 + height: -moz-fit-content; 1.40 + color: #000; 1.41 + margin: auto; 1.42 + border-width: initial; 1.43 + border-style: solid; 1.44 + border-color: initial; 1.45 + border-image: initial; 1.46 + padding: 1em; 1.47 + background: #fff; 1.48 + z-index: 1; 1.49 +} 1.50 + 1.51 +.survey h2 { 1.52 + display: block; 1.53 +} 1.54 + 1.55 +.survey_counter { 1.56 + float: right; 1.57 + margin-left: 1em; 1.58 +} 1.59 + 1.60 +.survey form > div { 1.61 + margin-bottom: 0.75ex; 1.62 +} 1.63 + 1.64 +.survey .mdl-checkbox { 1.65 + height: unset; 1.66 +} 1.67 + 1.68 +.survey .mdl-checkbox__label { 1.69 + line-height: 22px; 1.70 +} 1.71 + 1.72 +.ui_paginate_select .mdl-button { 1.73 + min-width: unset; 1.74 + margin-right: 0.3em; 1.75 +} 1.76 + 1.77 .trace_list { 1.78 margin-left: 10px; 1.79 list-style-type: none; 1.80 @@ -795,5 +851,3 @@ 1.81 padding: 0px 3px; 1.82 border-radius: 5px; 1.83 } 1.84 - 1.85 -