Index: lams_central/web/css/qb-question.scss =================================================================== diff -u -r6a00057c1bd113919030bcd00ce1e3c7327c7b2e -re8a7110708b15579af2c6b31ac52a6da427fef6d --- lams_central/web/css/qb-question.scss (.../qb-question.scss) (revision 6a00057c1bd113919030bcd00ce1e3c7327c7b2e) +++ lams_central/web/css/qb-question.scss (.../qb-question.scss) (revision e8a7110708b15579af2c6b31ac52a6da427fef6d) @@ -95,26 +95,26 @@ } /*Style for text input fields. Rule does not apply in case this input has an error*/ -:not(.has-error) > input.borderless-text-input{ +:not(.has-error) > .borderless-text-input{ border: 0; box-shadow: none; padding: 0; } /* Remove bold style from title field */ -input.borderless-text-input::-webkit-input-placeholder { +.borderless-text-input::-webkit-input-placeholder { font-weight: normal; color:#999; } -input.borderless-text-input::-moz-placeholder { +.borderless-text-input::-moz-placeholder { font-weight: normal; color:#999; } -input.borderless-text-input:-ms-input-placeholder { +.borderless-text-input:-ms-input-placeholder { font-weight: normal; color:#999; } -input.borderless-text-input:-o-input-placeholder { +.borderless-text-input:-o-input-placeholder { font-weight: normal; color:#999; } @@ -223,9 +223,9 @@ border: 0.02em solid #bdc3c7; background: #e1e1e1; color: #222222; - margin-top: -0.02em; padding: 0.08em; opacity:0.8; + height: .4em; } .ui-state-default, .ui-widget-content.ui-slider .ui-state-default{