Projet

Général

Profil

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

root / drupal7 / sites / all / modules / privatemsg / privatemsg_filter / privatemsg_filter.css @ 13755f8d

1
fieldset#edit-filter {
2
    padding-bottom: 5px;
3
}
4

    
5
fieldset#edit-filter div.form-actions {
6
    margin: 0;
7
    padding: 0;
8
}
9

    
10
form#privatemsg-filter-form div.form-item {
11
    float: left;
12
    margin-right: 5px;
13
}
14

    
15
fieldset#edit-filter div.form-item label {
16
    float: left;
17
    margin-right: 10px;
18
    width: 150px;
19
    text-align: right;
20
    padding-top: 5px;
21
}
22

    
23
fieldset#edit-filter div.form-item {
24
    clear: both;
25
}
26

    
27
div#privatemsg-filter-tags a, span.privatemsg-filter-tags-label {
28
    padding-right: 10px;
29
}
30

    
31
div#privatemsg-filter-tags {
32
    margin-bottom: 15px;
33
}
34

    
35
div.privatemsg-message-participants {
36
    clear:both;
37
}