move rtl fixes to page.less from custom.css

custom.css should always be empty since it will be overridden
pull/4423/head
Min RK 7 years ago
parent 6d15e9cdab
commit b4328ea7ee

@ -172,3 +172,17 @@ span#login_widget > .button,
margin-right: @padding-base-horizontal;
}
}
/* rtl fixes for the error, connecting, and renaming window */
[dir="rtl"] .modal-footer {
text-align : left !important;
}
[dir="rtl"] .close {
float : left;
}
[dir="rtl"] .fa-step-forward::before {
content: "\f048";
}

@ -3,19 +3,6 @@ Placeholder for custom user CSS
mainly to be overridden in profile/static/custom/custom.css
This will always be an empty file in IPython
This will always be an empty file
*/
/*for the error , connecting & renaming window*/
[dir="rtl"] .modal-footer {
text-align : left !important;
}
[dir="rtl"] .close {
float : left;
}
[dir="rtl"] .fa-step-forward::before {
content: "\f048";
}

Loading…
Cancel
Save