From: notmasteryet Date: Sat, 3 Sep 2011 14:10:24 +0000 (-0500) Subject: Tango icons, simplifying the CSS X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9f765f052e97d5202266d885cf2d3c2aaf273a26;p=pdf.js.git Tango icons, simplifying the CSS --- diff --git a/web/images/list-add.svg b/web/images/list-add.svg new file mode 100644 index 0000000..6eaed44 --- /dev/null +++ b/web/images/list-add.svg @@ -0,0 +1,436 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Add + 2006-01-04 + + + Andreas Nilsson + + + http://tango-project.org + + + add + plus + + + + + + + + + + + + + + + + + + diff --git a/web/images/list-remove.svg b/web/images/list-remove.svg new file mode 100644 index 0000000..5f109a0 --- /dev/null +++ b/web/images/list-remove.svg @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Remove + 2006-01-04 + + + Andreas Nilsson + + + http://tango-project.org + + + remove + delete + + + + + + + + + + + + + + + + + diff --git a/web/viewer.css b/web/viewer.css index a31c0b0..d1f725a 100755 --- a/web/viewer.css +++ b/web/viewer.css @@ -65,12 +65,6 @@ span#info { } } -#zoomOut, #zoomIn { - font-weight: bold; - font-size: larger; - width: 32px; -} - /* === Sidebar === */ #sidebar { position: fixed; @@ -242,7 +236,7 @@ canvas { border-top: 1px solid black; } -#customScaleOption:not([data-scale]) { +#customScaleOption { display: none; } diff --git a/web/viewer.html b/web/viewer.html index b29ef94..a868917 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -33,6 +33,13 @@
+ + + - - -