Skip to content

Commit

Permalink
Regression: Isis RTL forgotten in 19417 (joomla#19423)
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 authored and mbabker committed Jan 21, 2018
1 parent 547318d commit cfda73d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -9733,6 +9733,10 @@ input[type="url"] {
background-color: rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.navbar .nav-user .dropdown-menu li span {
padding-left: 0;
padding-right: 10px;
}
.navbar .nav > .dropdown.open:after {
right: 10px;
width: 0;
Expand Down
4 changes: 4 additions & 0 deletions administrator/templates/isis/less/template-rtl.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
}
}
}
.nav-user .dropdown-menu li span {
padding-left: 0;
padding-right: 10px;
}
.nav > .dropdown.open:after {
right: 10px;
width: 0;
Expand Down

0 comments on commit cfda73d

Please sign in to comment.