-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobjectBuilder.css
More file actions
65 lines (54 loc) · 887 Bytes
/
objectBuilder.css
File metadata and controls
65 lines (54 loc) · 887 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
65
div.pad, div.placer {
text-align: left;
border:solid 1px #000;
margin: 1px 2px;
min-width: 30px;
min-height: 15px;
white-space: nowrap;
}
div.pad {
min-width: 200px;
}
div.placer {
display: inline-block;
}
div.title {
font-weight: bold;
font-size: 12px;
}
div.store {
padding: 5px;
z-index: 100;
position: absolute;
border:solid 1px #000;
background-color: #fff;
max-width: 50%;
}
div.element {
text-align: center;
vertical-align: middle;
display: inline-block;
border:solid 1px #000;
margin: 1px 2px;
min-width: 30px;
min-height: 15px;
}
div.element div.label {
display: inline-block;
padding: 1px 3px;
}
div.element.object {
background-color: #fff;
}
div.element.functions {
background-color: #eef;
}
div.element.value {
background-color: #ffe;
}
div.element.fields{
background-color: #efe;
}
div.element.operators {
background-color: #eff;
}