Commit 296b46f9 by asadiqbal

OLIVE-74

parent 1403bf43
...@@ -94,4 +94,28 @@ ...@@ -94,4 +94,28 @@
.done_nogrow { .done_nogrow {
flex-grow: 0; flex-grow: 0;
} }
\ No newline at end of file
/* Right to left (rtl) language css */
body.rtl .done_onoffswitch-checkbox:checked + .done_onoffswitch-label .done_onoffswitch-inner {
margin-right: 0;
}
body.rtl .done_onoffswitch-checkbox:checked + .done_onoffswitch-label .done_onoffswitch-switch {
right: 0px;
}
body.rtl .done_onoffswitch-inner {
margin-right: -100%;
}
body.rtl .done_onoffswitch-inner:before {
padding-right: 10px;
text-align: right;
}
body.rtl .done_onoffswitch-inner:after {
padding-left: 22px;
float: left;
text-align: left;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment