Skip to content

Commit

Permalink
Correcting sidebar display LTR and RTL (replaces joomla#13548)
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Jan 15, 2017
1 parent 8cd1c25 commit 61f1ba2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 10 additions & 1 deletion administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -8307,7 +8307,7 @@ a.grid_true {
width: 16.5%;
margin: -10px 0 0 -1px;
padding-top: 28px;
padding-bottom: 10px;
padding-bottom: 40px;
clear: both;
background-color: #F0F0F0;
border-bottom: 1px solid #dedede;
Expand Down Expand Up @@ -9623,8 +9623,13 @@ a.grid_true {
border-right: 0px;
}
.j-sidebar-container {
position: absolute;
display: block;
left: auto;
right: -16.5%;
padding-top: 28px;
padding-bottom: 40px;
clear: both;
margin: -10px -1px 0 0;
border-right: 0;
border-left: 1px solid #d3d3d3;
Expand All @@ -9651,6 +9656,10 @@ a.grid_true {
right: auto;
left: 10px;
}
.j-sidebar-container .icon-folder-2 {
line-height: 15px;
padding-left: 0;
}
#system-message-container,
#j-main-container {
padding: 0 5px 0 0;
Expand Down
2 changes: 1 addition & 1 deletion administrator/templates/isis/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -8307,7 +8307,7 @@ a.grid_true {
width: 16.5%;
margin: -10px 0 0 -1px;
padding-top: 28px;
padding-bottom: 10px;
padding-bottom: 40px;
clear: both;
background-color: #F0F0F0;
border-bottom: 1px solid #dedede;
Expand Down
10 changes: 10 additions & 0 deletions administrator/templates/isis/less/template-rtl.less
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,13 @@ a.grid_true {

/* For collapsible sidebar */
.j-sidebar-container {
position: absolute;
display: block;
left: auto;
right: -16.5%;
padding-top: 28px;
padding-bottom: 40px;
clear: both;
margin: -10px -1px 0 0;
border-right: 0;
border-left: 1px solid #d3d3d3;
Expand Down Expand Up @@ -248,6 +253,11 @@ a.grid_true {
}
}

.j-sidebar-container .icon-folder-2 {
line-height: 15px;
padding-left: 0;
}

#system-message-container,
#j-main-container {
padding: 0 5px 0 0;
Expand Down
2 changes: 1 addition & 1 deletion administrator/templates/isis/less/template.less
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ a.grid_true {
width: 16.5%;
margin: -10px 0 0 -1px;
padding-top: 28px;
padding-bottom: 10px;
padding-bottom: 40px;
clear: both;
background-color: @wellBackground;
border-bottom: 1px solid darken(@wellBackground, 7%);
Expand Down

0 comments on commit 61f1ba2

Please sign in to comment.