Skip to content

Commit

Permalink
Align right th
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Jun 9, 2017
1 parent 75c5bd3 commit 071064d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions administrator/templates/atum/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -10050,6 +10050,9 @@ iframe {
dl, ol, ul {
padding-right: 0; }

th {
text-align: right; }

.dropdown-menu-right {
right: auto;
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.

3 changes: 3 additions & 0 deletions administrator/templates/atum/scss/template-rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
dl, ol, ul {
padding-right: 0;
}
th {
text-align: right;
}

.dropdown-menu-right {
right: auto;
Expand Down

0 comments on commit 071064d

Please sign in to comment.