-
Notifications
You must be signed in to change notification settings - Fork 0
/
FormGenerator.css
114 lines (105 loc) · 2.19 KB
/
FormGenerator.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
@import "ImageSelector.css";
@import "ImageBrowser.css";
.uncFormGenerator fieldset {
margin: 0 0 1em 0em;
padding: 0em 1em 1em 1em;
border: 1px solid black;
display: inline-block;
position: relative;
}
.uncFormGenerator fieldset fieldset fieldset fieldset {
background-color: #E8E8E8;
}
.uncFormGenerator fieldset fieldset fieldset {
background-color: #F0F0F0;
}
.uncFormGenerator fieldset fieldset {
background-color: #F8F8F8;
}
.uncFormGenerator legend {
font-weight: bold;
padding: 0 2px;
}
.uncFormGenerator label {
/* text-align: right; */
/* min-width: 6em; */
display: inline-block;
font-weight: bold;
}
/*
.uncArrayManager + .uncFieldManager {
margin: 1em 0;
} */
.uncFormGenerator .dijitTextArea {
width: 20em;
font-size:16px;
}
.uncFormGenerator .dijitTextAreaDisabled {
background: url("images/buttonDisabled.png") repeat-x scroll left top #FFF;
}
.uncFormGenerator .RichTextEditable {
width: 50em;
margin-left: 7em;
}
.uncFormGenerator .description {
margin-top: 0;
min-height: 4px;
max-width: 50em;
}
.uncFormGenerator label ~ .description {
margin-left: 7em;
}
.uncFormGenerator .deleteIcon {
background-image:url(images/cross.png);
width:16px;
height:16px;
}
.uncFormGenerator .addIcon {
background-image:url(images/add.png);
width:16px;
height:16px;
}
.uncFormGenerator .arrayControl {
float: right;
cursor: pointer;
position:relative;
left:6px;
}
.uncFieldManager .arrayControl {
display: inline;
float: none;
position:relative;
top:4px;
}
.uncFieldManager {
margin-bottom: 1em;
}
.uncFieldManager #container {
vertical-align: top;
display: inline;
}
.SayOrPlaySelector label {
min-width: 0px;
}
.SayOrPlaySelector {
display: inline-block;
width:27em;
}
.AudioSelector {
display: inline-block;
}
.uncArrayGridManager .AGMControlsContainer{
width:145px;
vertical-align:top;
}
.uncArrayGridManager .AGMControls {
display: inline-block;
vertical-align: top;
}
.uncArrayGridManager .AGMEditor {
display: inline-block;
}
.dojoxGridMasterHeader { display: none; }
.AudioSearchUpload label {
line-height: 2.5em;
}