Projet

Général

Profil

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

root / drupal7 / sites / all / modules / print / print_ui / css / print_ui.theme-rtl.css @ 1aa883a3

1
.print-link {
2
  /* Use these for links above the content */
3
  text-align: left;
4
  /* Use these for links in a corner of the content */
5
  /*
6
  float: left;
7
  */
8
}
9

    
10
.print_html,
11
.print_mail,
12
.print_pdf,
13
.print_epub {
14
  margin-left: 0;
15
  margin-right: 1em;
16
}
17

    
18
.print-syslink {
19
  margin-right: 0;
20
  margin-left: 1em;
21
}
22

    
23
img.print-icon-margin {
24
  padding-left: 4px;
25
}