liquid_feedback_frontend

changeset 1803:fb02dc923413

Avoid counter overlapping with question text
author bsw
date Thu Nov 18 14:29:31 2021 +0100 (2021-11-18)
parents f641d8296ed0
children c181ee0f369d
files static/lf4.css
line diff
     1.1 --- a/static/lf4.css	Thu Nov 18 14:27:54 2021 +0100
     1.2 +++ b/static/lf4.css	Thu Nov 18 14:29:31 2021 +0100
     1.3 @@ -767,8 +767,8 @@
     1.4  }
     1.5  
     1.6  .survey_counter {
     1.7 -  position: absolute;;
     1.8 -  right: 20px;
     1.9 +  float: right;
    1.10 +  margin-left: 1em;
    1.11  }
    1.12  
    1.13  .survey form > div {

Impressum / About Us