Projet

Général

Profil

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

root / drupal7 / sites / all / modules / print / css / printlinks.css @ 76df55b7

1

    
2
.print-link {
3
  /* Use these for links above the content */
4
  display: block;
5
  text-align: right;
6
  padding-bottom: 0.5em;
7
  /* Use these for links in a corner of the content */
8
  /*
9
  position:relative;
10
  bottom: 0.5em;
11
  float:right;
12
  */
13
}
14

    
15
div#block-print-print-links span {
16
  display: block;
17
}
18

    
19
.print_html, .print_mail, .print_pdf {
20
  margin-left: 1em;
21
}
22

    
23
.print-syslink {
24
  margin-right: 1em;
25
}
26

    
27
img.print-icon {
28
  vertical-align: middle;
29
}
30

    
31
img.print-icon-margin {
32
  padding-right: 4px;
33
}
34

    
35
label.printmail-label {
36
  width: 175px;
37
  float: left;
38
}