diff --git a/web/images/list-add.svg b/web/images/list-add.svg new file mode 100644 index 000000000..6eaed4481 --- /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 000000000..5f109a05c --- /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 a31c0b06f..d1f725a02 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 b29ef94c0..a86891796 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -33,6 +33,13 @@
+ + + - - -