Subversion Repositories Applications.framework

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
464 jpm 1
.viewer {
2
    -ms-touch-action: none;
3
}
4
 
5
.iviewer_common {
6
    position:absolute;
7
    bottom:10px;
8
    border: 1px  solid #000;
9
    height: 28px;
10
    z-index: 5000;
11
}
12
 
13
.iviewer_cursor {
14
    cursor: url(../images/iviewer/hand.cur) 6 8, pointer;
15
}
16
 
17
.iviewer_drag_cursor {
18
    cursor: url(../images/iviewer/grab.cur) 6 8, pointer;
19
}
20
 
21
.iviewer_button {
22
    width: 28px;
23
    cursor: pointer;
24
    background-position: center center;
25
    background-repeat: no-repeat;
26
}
27
 
28
.iviewer_zoom_in {
29
    left: 20px;
30
    background: url(../images/iviewer/iviewer.zoom_in.png);
31
}
32
 
33
.iviewer_zoom_out {
34
    left: 55px;
35
    background: url(../images/iviewer/iviewer.zoom_out.png);
36
}
37
 
38
.iviewer_zoom_zero {
39
    left: 90px;
40
    background: url(../images/iviewer/iviewer.zoom_zero.png);
41
}
42
 
43
.iviewer_zoom_fit {
44
    left: 125px;
45
    background: url(../images/iviewer/iviewer.zoom_fit.png);
46
}
47
 
48
.iviewer_zoom_status {
49
    left: 160px;
50
    font: 1em/28px Sans;
51
    color: #000;
52
    background-color: #fff;
53
    text-align: center;
54
    width: 60px;
55
}
56
 
57
.iviewer_rotate_left {
58
    left: 227px;
59
    background: #fff url(../images/iviewer/iviewer.rotate_left.png) center center no-repeat;
60
}
61
 
62
.iviewer_rotate_right {
63
    left: 262px;
64
    background: #fff url(../images/iviewer/iviewer.rotate_right.png) center center no-repeat;
65
}