diff --git a/notebook/static/base/less/page.less b/notebook/static/base/less/page.less index d2720b386e..570aeb74ce 100644 --- a/notebook/static/base/less/page.less +++ b/notebook/static/base/less/page.less @@ -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"; +} diff --git a/notebook/static/custom/custom.css b/notebook/static/custom/custom.css index b8367c9135..908ac7b389 100644 --- a/notebook/static/custom/custom.css +++ b/notebook/static/custom/custom.css @@ -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"; -}