From: notmasteryet Date: Thu, 16 Feb 2012 02:11:08 +0000 (-0600) Subject: Vector pins X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3e6c7693a06ac8515e81902626ba3213e461574c;p=pdf.js.git Vector pins --- diff --git a/web/images/pin-down.svg b/web/images/pin-down.svg new file mode 100644 index 0000000..3576676 --- /dev/null +++ b/web/images/pin-down.svg @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/web/images/pin-up.svg b/web/images/pin-up.svg new file mode 100644 index 0000000..e55cec7 --- /dev/null +++ b/web/images/pin-up.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/web/images/pin_down.png b/web/images/pin_down.png deleted file mode 100644 index 81c1ad1..0000000 Binary files a/web/images/pin_down.png and /dev/null differ diff --git a/web/images/pin_up.png b/web/images/pin_up.png deleted file mode 100644 index 8e268c7..0000000 Binary files a/web/images/pin_up.png and /dev/null differ diff --git a/web/viewer.css b/web/viewer.css index 5a62100..ddf3b09 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -105,7 +105,8 @@ span#info { width: 15px; height: 15px; background: center no-repeat; - background-image: url('images/pin_up.png'); + background-image: url('images/pin-up.svg'); + background-size: 15px 15px; } #pinIcon:hover { @@ -113,7 +114,8 @@ span#info { } #sidebar.pinned #pinIcon { - background-image: url('images/pin_down.png'); + background-image: url('images/pin-down.svg'); + background-size: 15px 15px; } #sidebarBox {