source: extensions/UserCollections/template/style_thumbnails.css @ 28593

Last change on this file since 28593 was 28593, checked in by mistic100, 10 years ago

fix "missing image_ids" + clean buttons

File size: 960 bytes
Line 
1#thumbnails li {
2  position:relative !important;
3  display:inline-block;
4}
5#thumbnails li .addCollection {
6  width:100%;
7  height:16px;
8  display:none;
9  position:absolute;
10  top:0;
11  background:rgba(0,0,0,0.8);
12  padding:2px;
13  border-radius:2px;
14  font-size:10px;
15  z-index:100 !important;
16  color:#eee;
17  white-space:nowrap;
18}
19#thumbnails li:hover .addCollection {
20  display:block !important;
21}
22
23#collectionsDropdown {
24  display:none;
25  position:fixed;
26  top:0;
27  left:0;
28  box-shadow:2px 2px 10px #000;
29  z-index:1000;
30}
31
32#collectionsDropdown .switchBoxTitle {
33  font-weight:bold;
34}
35
36#collectionsDropdown .switchBoxFooter {
37  border-top:1px solid #444;
38  padding-top:5px;
39  margin-top:5px;
40}
41
42#collectionsDropdown a, a.addCollection {
43  cursor:pointer;
44}
45
46#collectionsDropdown .remove, #collectionsDropdown input.new {
47  display:none;
48}
49
50.user-collections-icon {
51  background:transparent url('resources/image_add.png') center center no-repeat !important;
52}
Note: See TracBrowser for help on using the repository browser.