Skip to content

Commit

Permalink
RTL switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Jun 9, 2017
1 parent 071064d commit 3514000
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
10 changes: 10 additions & 0 deletions administrator/templates/atum/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -10053,13 +10053,23 @@ dl, ol, ul {
th {
text-align: right; }

.control-group .control-label {
text-align: right; }

.dropdown-menu-right {
right: auto;
left: 0; }
.dropdown-menu-right::after {
right: auto;
left: .9rem; }

.switcher-labels {
margin-right: 10px;
margin-left: 0; }
.switcher-labels span {
right: 0;
left: auto; }

.wrapper {
padding-right: 250px;
padding-left: 0; }
Expand Down
2 changes: 1 addition & 1 deletion administrator/templates/atum/css/template-rtl.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion administrator/templates/atum/css/template-rtl.min.css

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions administrator/templates/atum/scss/template-rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dl, ol, ul {
th {
text-align: right;
}
.control-group {
.control-label {
text-align: right;
}
}

.dropdown-menu-right {
right: auto;
Expand All @@ -17,6 +22,15 @@ th {
}
}

.switcher-labels {
margin-right: 10px;
margin-left: 0;
span {
right: 0;
left: auto;
}
}

.wrapper {
padding-right: 250px;
padding-left: 0;
Expand All @@ -28,6 +42,7 @@ th {
}
}
}

.sidebar-wrapper {
right: 0;
left: auto;
Expand Down

0 comments on commit 3514000

Please sign in to comment.