Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jul 16, 2018
1 parent 5f14799 commit 5c5f9f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 24 deletions.
15 changes: 6 additions & 9 deletions administrator/templates/atum/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1692,9 +1692,6 @@ th {
border-right: 0;
border-left: 1px solid rgba(255, 255, 255, 0.15); }

.main-nav .fa {
margin: 0 12px 0 8px; }

.main-nav .open > a + ul {
right: 50px;
left: auto; }
Expand All @@ -1712,6 +1709,12 @@ th {
left: 15px;
content: "\f0d9"; }

.main-nav li a span {
float: right; }

.main-nav .collapse-level-1 .menuitem-group, .main-nav .collapse-level-1 > li:first-of-type {
text-align: right; }

.child-open > .open > a::before {
right: 0;
left: auto; }
Expand Down Expand Up @@ -1770,12 +1773,6 @@ th {
border-top-left-radius: none;
border-top-right-radius: 0; }

.main-nav .fa {
margin: 0 18px; }

.main-nav li a span {
float: right; }

.js-stools .js-stools-container-filters {
right: auto;
left: 0; }
Expand Down

0 comments on commit 5c5f9f7

Please sign in to comment.