Skip to content

Commit e16555c

Browse files
authored
Merge pull request #125 from lucaboesch/svgimages
Replace PNG by SVG images.
2 parents 9464935 + 3a7cb01 commit e16555c

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

assets/skins/sam/closelabel.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/skins/sam/gallery-lightbox-skin.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
}
4848
#prevLink { left: 0; float: left; }
4949
#nextLink { right: 0; float: right; }
50-
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
51-
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }
50+
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.svg) left 15% no-repeat; }
51+
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.svg) right 15% no-repeat; }
5252

5353
#imageDataContainer {
5454
font: 10px Verdana, Helvetica, sans-serif;
@@ -66,7 +66,7 @@
6666
#imageData #bottomNavClose {
6767
width: 66px;
6868
height:22px;
69-
background: url(closelabel.gif) no-repeat;
69+
background: url(closelabel.svg) no-repeat;
7070
float: right;
7171
padding-bottom: 0.7em;
7272
outline: none;

assets/skins/sam/nextlabel.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/skins/sam/prevlabel.svg

Lines changed: 1 addition & 0 deletions
Loading

pix/download.png

-1.7 KB
Binary file not shown.

pix/download.svg

Lines changed: 1 addition & 0 deletions
Loading

yui/lightbox/assets/skins/sam/gallery-lightbox-skin.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
}
4848
#prevLink { left: 0; float: left; }
4949
#nextLink { right: 0; float: right; }
50-
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
51-
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }
50+
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.svg) left 15% no-repeat; }
51+
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.svg) right 15% no-repeat; }
5252

5353
#imageDataContainer {
5454
font: 10px Verdana, Helvetica, sans-serif;
@@ -60,13 +60,13 @@
6060
}
6161

6262
#imageData { padding:0 10px; color: #666; }
63-
#imageData #imageDetails { width: 70%; float: left; text-align: left; }
63+
#imageData #imageDetails { width: 70%; float: left; text-align: left; }
6464
#imageData #caption { font-weight: bold; }
65-
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em; }
65+
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em; }
6666
#imageData #bottomNavClose {
6767
width: 66px;
6868
height:22px;
69-
background: url(closelabel.gif) no-repeat;
69+
background: url(closelabel.svg) no-repeat;
7070
float: right;
7171
padding-bottom: 0.7em;
7272
outline: none;

0 commit comments

Comments
 (0)