Projet

Général

Profil

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

root / drupal7 / sites / all / modules / sweaver / plugins / sweaver_plugin_editor / sweaver_plugin_editor.admin.css @ 651307cd

1 85ad3d82 Assos Assos
2
/**
3
 * @file
4
 * Administration CSS.
5
 */
6
7
/* Objects table */
8
9
10
#object-list-disabled th {
11
  filter:alpha(opacity=60);
12
  opacity:0.6;
13
}
14
15
#object-list-disabled tr.disabled {
16
  filter:alpha(opacity=60);
17
  opacity:0.6;
18
}
19
20
#object-list-disabled tr.odd td.empty {
21
  background-color: #fff;
22
}
23
24
/* Editor configuration form */
25
26
#editor-configuration-form .container-label-edit {
27
  font-size: 16px;
28
  font-weight: bold;
29
  border: 1px solid #eee;
30
}