forked from galkahana/PDFJSExample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
64 lines (54 loc) · 790 Bytes
/
main.css
File metadata and controls
64 lines (54 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.full-screen {
width:100vw;
}
.playground {
position:relative;
top:0;
left:0;
}
.playground-layer {
position:absolute;
top:0;
left:0;
}
#toolbar {
position:fixed;
top:0;
left:0;
background:white;
}
#page-origin {
position:absolute;
top:0;
left:0;
width:5px;
height:5px;
}
.ui-resizable-se {
bottom: -3px;
right: -2px;
}
.text-field,
.image-field {
border: 1px solid blue;
padding:0;
overflow:hidden;
}
.text-field {
background: transparent;
width:auto;
}
.image-field {
width:200px;
background: transparent;
}
.text-area-wrapper,
.image-wrapper {
padding:2px;
border: 1px solid green;
}
.text-area-remove,
.image-remove {
float: left;
line-height: 0.9;
}