File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -172,3 +172,17 @@ span#login_widget > .button,
172172 margin-right : @padding-base-horizontal ;
173173 }
174174}
175+
176+ /* rtl fixes for the error, connecting, and renaming window */
177+
178+ [dir= " rtl" ] .modal-footer {
179+ text-align : left !important ;
180+ }
181+
182+ [dir= " rtl" ] .close {
183+ float : left ;
184+ }
185+
186+ [dir= " rtl" ] .fa-step-forward ::before {
187+ content : " \f048 " ;
188+ }
Original file line number Diff line number Diff line change @@ -3,19 +3,6 @@ Placeholder for custom user CSS
33
44mainly to be overridden in profile/static/custom/custom.css
55
6- This will always be an empty file in IPython
6+ This will always be an empty file
77*/
88
9- /*for the error , connecting & renaming window*/
10-
11- [dir = "rtl" ] .modal-footer {
12- text-align : left !important ;
13- }
14-
15- [dir = "rtl" ] .close {
16- float : left;
17- }
18-
19- [dir = "rtl" ] .fa-step-forward ::before {
20- content : "\f048" ;
21- }
You can’t perform that action at this time.
0 commit comments