Skip to content

Commit 88e5c18

Browse files
infograf768wilsonge
authored andcommitted
Correcting sidebar display LTR and RTL (replaces #13548) (#13593)
1 parent 8176c70 commit 88e5c18

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

administrator/templates/isis/css/template-rtl.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8307,7 +8307,7 @@ a.grid_true {
83078307
width: 16.5%;
83088308
margin: -10px 0 0 -1px;
83098309
padding-top: 28px;
8310-
padding-bottom: 10px;
8310+
padding-bottom: 40px;
83118311
clear: both;
83128312
background-color: #F0F0F0;
83138313
border-bottom: 1px solid #dedede;
@@ -9623,8 +9623,13 @@ a.grid_true {
96239623
border-right: 0px;
96249624
}
96259625
.j-sidebar-container {
9626+
position: absolute;
9627+
display: block;
96269628
left: auto;
96279629
right: -16.5%;
9630+
padding-top: 28px;
9631+
padding-bottom: 40px;
9632+
clear: both;
96289633
margin: -10px -1px 0 0;
96299634
border-right: 0;
96309635
border-left: 1px solid #d3d3d3;
@@ -9651,6 +9656,10 @@ a.grid_true {
96519656
right: auto;
96529657
left: 10px;
96539658
}
9659+
.j-sidebar-container .icon-folder-2 {
9660+
line-height: 15px;
9661+
padding-left: 0;
9662+
}
96549663
#system-message-container,
96559664
#j-main-container {
96569665
padding: 0 5px 0 0;

administrator/templates/isis/css/template.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8307,7 +8307,7 @@ a.grid_true {
83078307
width: 16.5%;
83088308
margin: -10px 0 0 -1px;
83098309
padding-top: 28px;
8310-
padding-bottom: 10px;
8310+
padding-bottom: 40px;
83118311
clear: both;
83128312
background-color: #F0F0F0;
83138313
border-bottom: 1px solid #dedede;

administrator/templates/isis/less/template-rtl.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,13 @@ a.grid_true {
212212

213213
/* For collapsible sidebar */
214214
.j-sidebar-container {
215+
position: absolute;
216+
display: block;
215217
left: auto;
216218
right: -16.5%;
219+
padding-top: 28px;
220+
padding-bottom: 40px;
221+
clear: both;
217222
margin: -10px -1px 0 0;
218223
border-right: 0;
219224
border-left: 1px solid #d3d3d3;
@@ -248,6 +253,11 @@ a.grid_true {
248253
}
249254
}
250255

256+
.j-sidebar-container .icon-folder-2 {
257+
line-height: 15px;
258+
padding-left: 0;
259+
}
260+
251261
#system-message-container,
252262
#j-main-container {
253263
padding: 0 5px 0 0;

administrator/templates/isis/less/template.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ a.grid_true {
13081308
width: 16.5%;
13091309
margin: -10px 0 0 -1px;
13101310
padding-top: 28px;
1311-
padding-bottom: 10px;
1311+
padding-bottom: 40px;
13121312
clear: both;
13131313
background-color: @wellBackground;
13141314
border-bottom: 1px solid darken(@wellBackground, 7%);

0 commit comments

Comments
 (0)