diff -r 07239de796bb -r e756a8c72c3d cms/drupal/modules/contextual/contextual-rtl.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/drupal/modules/contextual/contextual-rtl.css Fri Sep 08 12:04:06 2017 +0200 @@ -0,0 +1,20 @@ +/** + * @file + * Stylesheet specific to right-to-left languages. + */ + +div.contextual-links-wrapper { + left: 5px; + right: auto; +} +div.contextual-links-wrapper ul.contextual-links { + -moz-border-radius: 0 4px 4px 4px; + -webkit-border-top-left-radius: 0; + -webkit-border-top-right-radius: 4px; + border-radius: 0 4px 4px 4px; + left: 0; + right: auto; +} +a.contextual-links-trigger { + text-indent: -90px; +}