Projet

Général

Profil

Paste
Télécharger (408 octets) Statistiques
| Branche: | Révision:

root / drupal7 / modules / contextual / contextual-rtl.css @ 01dfd3b5

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
}