Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ldap / ldap_servers / ldap_servers.admin.css @ b42754b9

1

    
2
table.ldap-provision-todrupal input.convert, table.ldap-provision-toldap input.convert {
3
  background-image: url('/themes/seven/images/list-item.png');
4
  background-repeat: no-repeat;
5
}
6

    
7
div.ldap-pwd-abscent {
8
  background-image:url('/misc/message-16-error.png');
9
  background-repeat:no-repeat;
10
  background-position: 2px 10px;
11
  padding-left: 20px;
12
  border: solid 1px #ebb;
13
  }
14

    
15
div.ldap-pwd-present  {
16
  background-image:url('/misc/message-16-ok.png');
17
  background-repeat:no-repeat;
18
  background-position: 2px 10px;
19
  padding-left: 20px;
20
  border: solid 1px #beb;
21
  }
22
  
23
table th.mixedcase, .mixedcase {
24
  text-transform: none;
25
}
26
  
27
form#dblog-filter-form div#edit-type-wrapper,
28
table#admin-dblog th img
29
{ display: none;}
30
code.export-summary {font-weight: normal;}
31

    
32
table#admin-dblog th a,
33
table#admin-dblog th {text-decoration: none; color: #000000;}
34
th code {}