Projet

Général

Profil

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

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

1
/**
2
 * @file
3
 * Right-to-left styling for the Forum module.
4
 */
5

    
6
#forum td.forum .icon {
7
  float: right;
8
  margin: 0 0 0 9px;
9
}
10
#forum div.indent {
11
  margin-left: 0;
12
  margin-right: 20px;
13
}
14
.forum-topic-navigation {
15
  padding: 1em 3em 0 0;
16
}
17
.forum-topic-navigation .topic-previous {
18
  text-align: left;
19
  float: right;
20
}
21
.forum-topic-navigation .topic-next {
22
  text-align: right;
23
  float: left;
24
}