-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle.css
85 lines (85 loc) · 1.23 KB
/
style.css
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
html, body {
width: 100%;
height: 100%;
margin: 0px;
}
body, input, textarea, select {
font-family: Calibri, "Lucida Grande", sans-serif;
font-size: 12pt;
}
.tundra .dijitMenuItem {
font-family: Calibri, "Lucida Grande", sans-serif;
font-size: 12pt;
border-bottom: solid 1px #DDD;
}
h1 {
font-size: 12pt;
font-weight: bold;
padding-left: 5px;
}
p.desc {
font-size: 10pt;
margin-top: 0px;
margin-bottom: 6px;
padding-left: 5px;
}
h6 {
font-size: 9pt;
font-weight: normal;
font-style: italic;
margin-top: 0px;
margin-bottom: 6px;
padding-left: 5px;
}
div.body {
height: 100%;
}
div.toolbox {
width: 280px;
}
div.text {
height: 300px;
overflow-x: hidden;
overflow-y: scroll;
}
div.canvas {
}
div.toolTitle {
font-size: 12pt;
font-weight: bold;
}
div.styleSource {
}
div.fieldTitle {
clear: left;
margin-top: 8px;
border-top: 1px solid #DDD;
}
div.fieldNumber {
float: left;
}
div.fieldList {
}
div.fieldSlider {
}
.tundra .dijitAccordionContainer-dijitContentPane {
padding-top: 0px;
}
div#buttonBar {
position: absolute;
top: 0px;
right: 0px;
padding: 3px;
}
div#htmlSourceSet p {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 20px;
text-indent: -20px;
}
div.box {
cursor: move;
}
div.box p {
margin-top: 0px;
}