Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1115494 - [RTL] Share activity menu icons are not right-alined
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Nefzaoui committed Dec 25, 2014
1 parent 85c3579 commit 1be6a76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/system/style/action_menu/action_menu_extended.css
Expand Up @@ -136,3 +136,9 @@ form[role="dialog"][data-type="object"].visible {
z-index: -1;
}
}

/* RTL View */
html[dir="rtl"] form[role="dialog"][data-type="action"] > menu > button.icon,
html[dir="rtl"] form[role="dialog"][data-type="object"] > menu > button.icon {
background-position: right 0.5rem center;
}

0 comments on commit 1be6a76

Please sign in to comment.