Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 72698a7

Browse files
committed
update style
1 parent 02db8f9 commit 72698a7

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

fileupload/static/css/style.css

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,30 @@ body{
33
}
44

55
.preview img {
6-
max-height: 50px;
6+
max-height: 100px;
77
}
8+
9+
a.gallerypic{
10+
text-decoration:none;
11+
position:relative;
12+
display:block;
13+
border:1px solid #666;
14+
padding:3px;
15+
margin-right:5px;
16+
float:left;
17+
}
18+
19+
a.gallerypic span.zoom-icon{
20+
visibility:hidden;
21+
position:absolute;
22+
left:40%;
23+
top:35%;
24+
filter:alpha(opacity=50);
25+
-moz-opacity:0.5;
26+
-khtml-opacity: 0.5;
27+
opacity: 0.5;
28+
}
29+
30+
a.gallerypic:hover span.zoom-icon{
31+
visibility:visible;
32+
}

0 commit comments

Comments
 (0)