forked from besley/FormBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaster.css
More file actions
85 lines (68 loc) · 1.66 KB
/
Copy pathmaster.css
File metadata and controls
85 lines (68 loc) · 1.66 KB
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
body {
font-size: 14px;
}
.activeDroppable {
background-color: #eeffee;
}
.hoverDroppable {
background-color: lightgreen;
}
.draggableField {
/* float: left; */
}
.draggableField > input, select, button, .checkboxgroup, .selectmultiple, .radiogroup {
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
/*.draggableField:hover{
background-color: #ccffcc;
}*/
.control-label {
width: 100px;
}
.selectorField .textbox b, .selectorField .password b, .selectorField .combobox b, .selectorField .radiogroup b, .selectorField .checkboxgroup b, .selectorField .selectmultiple b,
.selectorField .agtable b, .selectorField .displaydate b, .selectorField .displaytext b {
position: relative;
top: 3px;
left: 0px;
width: 18px;
height: 16px;
display: inline-block;
background-image: url("images/sprite.png");
background-repeat: no-repeat;
}
.selectorField .textbox b, .selectorField .password b, .selectorField .displaytext b {
background-position: -10px -549px;
}
.selectorField .combobox b {
background-position: -10px -722px;
}
.selectorField .radiogroup b {
background-position: -10px -619px;
}
.selectorField .checkboxgroup b {
background-position: -10px -688px;
}
.selectorField .selectmultiple b {
background-position: -10px -1082px;
}
.selectorField .agtable b {
background-position: -10px -264px;
}
.selectorField .displaydate b {
background-position: -10px -975px;
}
.well-mini {
margin: 4px;
padding: 2px;
border-radius: 6px;
width: 160px;
cursor: pointer;
}
.draggableField:hover .well-mini {
background-color: #ccffcc;
}
.modele {
display: none;
}