Welcome to the LimeSurvey Community Forum

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

Increasing Button Sizes (CSS Code)

More
7 years 1 month ago #150102 by kc09
Would someone be able to provide the CSS Code for increasing the size of buttons?

The template is Flat and Modern and it is on version 2.64.1.

Thank you very much!
The topic has been locked.
More
7 years 1 month ago #150104 by kc09
Replied by kc09 on topic Increasing Button Sizes (CSS Code)
Here is a screen shot
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
7 years 1 month ago #150111 by tpartner
Replied by tpartner on topic Increasing Button Sizes (CSS Code)
Which buttons?

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
7 years 1 month ago #150113 by kc09
Replied by kc09 on topic Increasing Button Sizes (CSS Code)
The response option buttons that participants select when using the rating scale.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
7 years 1 month ago #150163 by tpartner
Replied by tpartner on topic Increasing Button Sizes (CSS Code)
Add something like this to the end of template.css:

Code:
.radio label, .checkbox label {
  min-height: 29px;
}
 
.radio label::before {
  height: 25px;
  margin-left: -23px;
  width: 25px;
}
 
.radio label::after {
  height: 19px;
  margin-left: -23px;
  width: 19px;
}



Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose