summaryrefslogtreecommitdiff
path: root/server/doc/css/jquery.iviewer.css
diff options
context:
space:
mode:
authorroot <root@serverpc.home>2016-05-04 19:46:53 +0200
committerroot <root@serverpc.home>2016-05-04 19:46:53 +0200
commit4b978d4584994536f05b016fb65de9a8667bcb2d (patch)
tree5f45e5b0cfcd74058c7de57afe0646cd253672f3 /server/doc/css/jquery.iviewer.css
parent0266c16ffc97042853916c390aaaccecc72e69a1 (diff)
parenta0056da90605f2fb4c2479cae310f12a81a9a3e7 (diff)
Merge branch 'master' into loic
Diffstat (limited to 'server/doc/css/jquery.iviewer.css')
-rw-r--r--server/doc/css/jquery.iviewer.css65
1 files changed, 65 insertions, 0 deletions
diff --git a/server/doc/css/jquery.iviewer.css b/server/doc/css/jquery.iviewer.css
new file mode 100644
index 0000000..11f5f09
--- /dev/null
+++ b/server/doc/css/jquery.iviewer.css
@@ -0,0 +1,65 @@
+.viewer {
+ -ms-touch-action: none;
+}
+
+.iviewer_common {
+ position:absolute;
+ bottom:10px;
+ border: 1px solid #000;
+ height: 28px;
+ z-index: 5000;
+}
+
+.iviewer_cursor {
+ cursor: url(../images/iviewer/hand.cur) 6 8, pointer;
+}
+
+.iviewer_drag_cursor {
+ cursor: url(../images/iviewer/grab.cur) 6 8, pointer;
+}
+
+.iviewer_button {
+ width: 28px;
+ cursor: pointer;
+ background-position: center center;
+ background-repeat: no-repeat;
+}
+
+.iviewer_zoom_in {
+ left: 20px;
+ background: url(../images/iviewer/iviewer.zoom_in.png);
+}
+
+.iviewer_zoom_out {
+ left: 55px;
+ background: url(../images/iviewer/iviewer.zoom_out.png);
+}
+
+.iviewer_zoom_zero {
+ left: 90px;
+ background: url(../images/iviewer/iviewer.zoom_zero.png);
+}
+
+.iviewer_zoom_fit {
+ left: 125px;
+ background: url(../images/iviewer/iviewer.zoom_fit.png);
+}
+
+.iviewer_zoom_status {
+ left: 160px;
+ font: 1em/28px Sans;
+ color: #000;
+ background-color: #fff;
+ text-align: center;
+ width: 60px;
+}
+
+.iviewer_rotate_left {
+ left: 227px;
+ background: #fff url(../images/iviewer/iviewer.rotate_left.png) center center no-repeat;
+}
+
+.iviewer_rotate_right {
+ left: 262px;
+ background: #fff url(../images/iviewer/iviewer.rotate_right.png) center center no-repeat;
+}