Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ctools / css / ctools.css @ 7e72b748

1
.ctools-locked {
2
  color: red;
3
  border: 1px solid red;
4
  padding: 1em;
5
}
6

    
7
.ctools-owns-lock {
8
  background: #ffffdd none repeat scroll 0 0;
9
  border: 1px solid #f0c020;
10
  padding: 1em;
11
}
12

    
13
a.ctools-ajaxing,
14
input.ctools-ajaxing,
15
button.ctools-ajaxing,
16
select.ctools-ajaxing {
17
  padding-right: 18px !important;
18
  background: url(../images/status-active.gif) right center no-repeat;
19
}
20

    
21
div.ctools-ajaxing {
22
  float: left;
23
  width: 18px;
24
  background: url(../images/status-active.gif) center center no-repeat;
25
}