Projet

Général

Profil

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

root / drupal7 / sites / all / modules / print / css / printlinks-rtl.css @ 13755f8d

1

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

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

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

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

    
25
label.printmail-label {
26
  float: right;
27
}