Browse Source

[Glitch] RTL: fix preferences page checkbox margins

Port 5ee0b51ac8 to glitch-soc
closed-social-glitch-2
Masoud Abkenar 6 years ago
committed by Thibaut Girka
parent
commit
e32a4f55fe
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      app/javascript/flavours/glitch/styles/rtl.scss

+ 6
- 2
app/javascript/flavours/glitch/styles/rtl.scss View File

@ -210,12 +210,16 @@ body.rtl {
margin-left: 5px; margin-left: 5px;
} }
.simple_form .check_boxes .checkbox label,
.simple_form .input.with_label.boolean label.checkbox {
.simple_form .check_boxes .checkbox label {
padding-left: 0; padding-left: 0;
padding-right: 25px; padding-right: 25px;
} }
.simple_form .input.with_label.boolean label.checkbox {
padding-left: 25px;
padding-right: 0;
}
.simple_form .check_boxes .checkbox input[type="checkbox"], .simple_form .check_boxes .checkbox input[type="checkbox"],
.simple_form .input.boolean input[type="checkbox"] { .simple_form .input.boolean input[type="checkbox"] {
left: auto; left: auto;

Loading…
Cancel
Save