changeset 541 | e756a8c72c3d |
540:07239de796bb | 541:e756a8c72c3d |
---|---|
1 /** |
|
2 * @file |
|
3 * Stylesheet specific to right-to-left languages. |
|
4 */ |
|
5 |
|
6 div.contextual-links-wrapper { |
|
7 left: 5px; |
|
8 right: auto; |
|
9 } |
|
10 div.contextual-links-wrapper ul.contextual-links { |
|
11 -moz-border-radius: 0 4px 4px 4px; |
|
12 -webkit-border-top-left-radius: 0; |
|
13 -webkit-border-top-right-radius: 4px; |
|
14 border-radius: 0 4px 4px 4px; |
|
15 left: 0; |
|
16 right: auto; |
|
17 } |
|
18 a.contextual-links-trigger { |
|
19 text-indent: -90px; |
|
20 } |