Skip to content

Commit e80c770

Browse files
authored
Merge pull request #4423 from minrk/fix-custom
move rtl fixes to page.less from custom.css
2 parents 07cdcaf + b4328ea commit e80c770

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

notebook/static/base/less/page.less

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}

notebook/static/custom/custom.css

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@ Placeholder for custom user CSS
33
44
mainly 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-
}

0 commit comments

Comments
 (0)