Browse Source

Ordering folders

pecesama 18 years ago
parent
commit
7c67485b67

admin/css/closelabel.gif → admin/css/images/closelabel.gif View File


admin/css/loading.gif → admin/css/images/loading.gif View File


admin/css/nextlabel.gif → admin/css/images/nextlabel.gif View File


admin/css/prevlabel.gif → admin/css/images/prevlabel.gif View File


+ 20 - 20
admin/css/slimbox.css View File

1
-/* SLIMBOX */
1
+/* SLIMBOX */
2
 
2
 
3
 #lbOverlay {
3
 #lbOverlay {
4
 	position: absolute;
4
 	position: absolute;
5
 	left: 0;
5
 	left: 0;
6
 	width: 100%;
6
 	width: 100%;
7
-	background-color: #000;
7
+	background-color: #000;
8
 	cursor: pointer;
8
 	cursor: pointer;
9
 }
9
 }
10
 
10
 
11
-#lbCenter, #lbBottomContainer {
12
-	position: absolute;
13
-	left: 50%;
11
+#lbCenter, #lbBottomContainer {
12
+	position: absolute;
13
+	left: 50%;
14
 	overflow: hidden;
14
 	overflow: hidden;
15
 	background-color: #fff;
15
 	background-color: #fff;
16
 }
16
 }
17
 
17
 
18
 .lbLoading {
18
 .lbLoading {
19
-	background: #fff url(loading.gif) no-repeat center;
20
-}
21
-
22
-#lbImage {
23
-	border: 10px solid #fff;
24
-}
19
+	background: #fff url(images/loading.gif) no-repeat center;
20
+}
21
+
22
+#lbImage {
23
+	border: 10px solid #fff;
24
+}
25
 
25
 
26
 #lbPrevLink, #lbNextLink {
26
 #lbPrevLink, #lbNextLink {
27
 	display: block;
27
 	display: block;
28
 	position: absolute;
28
 	position: absolute;
29
 	top: 0;
29
 	top: 0;
30
-	width: 50%;
30
+	width: 50%;
31
 	outline: none;
31
 	outline: none;
32
 }
32
 }
33
 
33
 
36
 }
36
 }
37
 
37
 
38
 #lbPrevLink:hover {
38
 #lbPrevLink:hover {
39
-	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
39
+	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
40
 }
40
 }
41
 
41
 
42
 #lbNextLink {
42
 #lbNextLink {
44
 }
44
 }
45
 
45
 
46
 #lbNextLink:hover {
46
 #lbNextLink:hover {
47
-	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
47
+	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
48
 }
48
 }
49
 
49
 
50
-#lbBottom {
51
-	font-family: Verdana, Helvetica, sans-serif;
50
+#lbBottom {
51
+	font-family: Verdana, Helvetica, sans-serif;
52
 	font-size: 10px;
52
 	font-size: 10px;
53
-	color: #666;
53
+	color: #666;
54
 	line-height: 1.4em;
54
 	line-height: 1.4em;
55
-	text-align: left;
56
-	border: 10px solid #fff;
55
+	text-align: left;
56
+	border: 10px solid #fff;
57
 	border-top-style: none;
57
 	border-top-style: none;
58
 }
58
 }
59
 
59
 
62
 	float: right;
62
 	float: right;
63
 	width: 66px;
63
 	width: 66px;
64
 	height: 22px;
64
 	height: 22px;
65
-	background: transparent url(closelabel.gif) no-repeat center;
65
+	background: transparent url(images/closelabel.gif) no-repeat center;
66
 	margin: 5px 0;
66
 	margin: 5px 0;
67
 }
67
 }
68
 
68