liquid_feedback_frontend

diff static/lf4.css @ 1762:048d6bae2855

Fixed dialog cross-browser functionality
author bsw
date Mon Oct 18 11:10:31 2021 +0200 (2021-10-18)
parents 90d325f13498
children 3338275416b5
line diff
     1.1 --- a/static/lf4.css	Fri Oct 15 09:57:42 2021 +0200
     1.2 +++ b/static/lf4.css	Mon Oct 18 11:10:31 2021 +0200
     1.3 @@ -741,6 +741,31 @@
     1.4    margin-top: 0;
     1.5  }
     1.6  
     1.7 +#rating_dialog {
     1.8 +  position: fixed;
     1.9 +  top: 0px;
    1.10 +  bottom: 0px;
    1.11 +  max-width: calc((100% - 6px) - 2em);
    1.12 +  max-height: calc((100% - 6px) - 2em);
    1.13 +  overflow: auto;  
    1.14 +  display: block;
    1.15 +  left: 0px;
    1.16 +  right: 0px;
    1.17 +  width: fit-content;
    1.18 +  width: -moz-fit-content;
    1.19 +  height: fit-content;
    1.20 +  height: -moz-fit-content;
    1.21 +  color: #000;
    1.22 +  margin: auto;
    1.23 +  border-width: initial;
    1.24 +  border-style: solid;
    1.25 +  border-color: initial;
    1.26 +  border-image: initial;
    1.27 +  padding: 1em;
    1.28 +  background: #fff;
    1.29 +  z-index: 1;
    1.30 +}
    1.31 +
    1.32  .survey_counter {
    1.33    position: absolute;;
    1.34    right: 20px;

Impressum / About Us