forked from parallax/jsPDF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.css
More file actions
51 lines (43 loc) · 660 Bytes
/
Copy patheditor.css
File metadata and controls
51 lines (43 loc) · 660 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
.row-fluid .no-gutter {
margin-left: 0px;
}
footer {
text-align: center;
margin: 30px 0;
}
#editor {
width: 50%;
height: 400px;
float: left;
clear: left;
position: relative;
font-family: "source-code-pro";
font-size: 14px;
border: 1px solid #DDD;
border-radius: 4px;
border-bottom-right-radius: 0px;
}
.preview-pane {
border: 3px solid #ccc;
}
.controls {
float: left;
clear: left;
width: 50%;
padding-top: 10px;
}
#template {
width: 250px;
}
.tweet-buttons {
float: left;
margin-right: 40px;
padding-top: 8px;
}
.source {
font-family: "source-code-pro", Courier;
font-size: 14px;
}
.controls .alert {
float: left;
}