Projet

Général

Profil

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

root / drupal7 / sites / all / modules / imce_mkdir / imce_mkdir.css @ 87dbc3bf

1
#op-item-mngdir a {
2
  background-image: url(dirmanage.png);
3
}
4
#imce-content #edit-mkdir {
5
  background-image: url(diradd.png);
6
}
7
#imce-content #edit-rmdir {
8
  background-image: url(dirremove.png);
9
}
10
/* Subdirectory selector */
11
#subdir-selector {
12
  position: absolute;
13
  max-height: 280px;
14
  min-width: 108px;
15
  overflow: auto;
16
  z-index: 3;
17
  border: 1px solid #ccc;
18
}
19
#subdir-selector a {
20
  color: #444;
21
  background-color: #eee;
22
  padding: 0.2em 0.4em;
23
  font-size: 0.9em;
24
  text-decoration: none;
25
  border-top: 1px dashed #ddd;
26
  cursor: pointer;
27
  display: block;
28
  overflow: hidden;
29
  white-space: nowrap;
30
}
31
#subdir-selector a:first-child {
32
  border-top: none;
33
}
34
#subdir-selector a:focus {
35
  background-color: #f5f5f5;
36
  outline: none;
37
}
38
#subdir-selector a:hover {
39
  background-color: #fff;
40
}
41
#subdir-selector-button {
42
  background: url(down.png) no-repeat 50% 100%;
43
  display: inline-block;
44
  width: 14px;
45
  height: 14px;
46
  cursor: pointer;
47
}