Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Seperate Dual Matrix

  • cgebauer
  • cgebauer's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 6 months ago #143528 by cgebauer
Seperate Dual Matrix was created by cgebauer
Hello!

I have a dual matrix and the two blocks are not really divided. Is there an easy possibility to make them visually distingishable?
I added a screenshot of the matrix (I added a line in the picture). I should not use javascript because many users will have it disabled.

Thank you very much!
Attachments:
The topic has been locked.
More
7 years 6 months ago #143531 by Deusdeorum
Replied by Deusdeorum on topic Seperate Dual Matrix
Answered something similar a couple of days ago, you can do it with javascript or CSS in your template.css.

www.limesurvey.org/forum/can-i-do-this-w...nswer-section#143510
The topic has been locked.
  • cgebauer
  • cgebauer's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 6 months ago #143532 by cgebauer
Replied by cgebauer on topic Seperate Dual Matrix
Hi Deusdeorum,

thank you for your answer!

Do you know how it would work with css? Thank you!
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
7 years 6 months ago #143533 by tpartner
Replied by tpartner on topic Seperate Dual Matrix
Try adding something like this to the end of template.css:

Code:
@media only screen and (min-width: 768px) {
 
  .table-dual-scale .answertext {
    border-right: 20px solid #FFFFFF !important;
  }
 
    .table-dual-scale .separator {
        width: 2%;
    }
 
  .table-dual-scale td.header_separator,
  .table-dual-scale td.dual_scale_separator {
    background-color: #FFFFFF !important;
    padding-left: !important;
    padding-right: !important;
  }
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • cgebauer
  • cgebauer's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 6 months ago #143537 by cgebauer
Replied by cgebauer on topic Seperate Dual Matrix
Awsome! That works!
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose