Projet

Général

Profil

Révision b4adf10d

Ajouté par Assos Assos il y a plus de 9 ans

Udpate to 7.33

Voir les différences:

drupal7/modules/system/system.base.css
31 31
}
32 32
/* Animated throbber */
33 33
html.js input.form-autocomplete {
34
  background-image: url(../../misc/throbber.gif);
35
  background-position: 100% 2px; /* LTR */
34
  background-image: url(../../misc/throbber-inactive.png);
35
  background-position: 100% center; /* LTR */
36 36
  background-repeat: no-repeat;
37 37
}
38 38
html.js input.throbbing {
39
  background-position: 100% -18px; /* LTR */
39
  background-image: url(../../misc/throbber-active.gif);
40
  background-position: 100% center; /* LTR */
40 41
}
41 42

  
42 43
/**
......
164 165
  display: inline-block;
165 166
}
166 167
.ajax-progress .throbber {
167
  background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
168
  background: transparent url(../../misc/throbber-active.gif) no-repeat 0px center;
168 169
  float: left; /* LTR */
169 170
  height: 15px;
170 171
  margin: 2px;

Formats disponibles : Unified diff