Projet

Général

Profil

Révision 950416da

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/rules/ui/rules.ui.css
1
@CHARSET "UTF-8";
1
@charset "utf-8";
2 2

  
3
.rules-show-js, html.js .rules-hide-js {
3
.rules-show-js,
4
html.js .rules-hide-js {
4 5
  display: none;
5 6
}
6 7

  
7
.rules-hide-js, html.js .rules-show-js {
8
.rules-hide-js,
9
html.js .rules-show-js {
8 10
  display: block;
9 11
}
10 12

  
......
58 60
  right: 0px;
59 61
}
60 62

  
61
.rules-elements-table caption, .rules-overview-table caption {
63
.rules-elements-table caption,
64
.rules-overview-table caption {
62 65
  font-size: 110%;
63 66
  font-weight: bold;
64 67
  padding-bottom: 0.5em;
......
85 88
.rules-debug-collapsible-link {
86 89
  position: relative;
87 90
  cursor: pointer;
88

  
89
  /* The span element with the icon which opens the log, has a whitepsace.
91
  /* The span element with the icon which opens the log, has a whitespace.
90 92
     Since we don't want the user to mark this white space, we prevent this
91 93
     using the this code.*/
92 94
  -moz-user-select: -moz-none;
......
191 193
}
192 194

  
193 195
/* IE 6 hack for max-height. */
194
* html ul.rule-autocomplete{
196
* html ul.rule-autocomplete {
195 197
  height: 23em;
196 198
}

Formats disponibles : Unified diff