blob: de5f9c7047e0913e5c28e3319c03881805a204e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#main table tr .action a { margin: 0 0 0 10px; text-decoration: none; color: #9b9b9b; }
#main table tr .action .edit { color: #c5a059; }
#main table tr .action .delete { color: #a02b2b; }
#main table tr .action .view { color: #55a34a; }
#main table tr .action a:hover { text-decoration: underline; }
#main fieldset p { margin: 0 0 7px 0; } /* half of the normal bottom margin */
.jNiceSelectWrapper ul {
height: 99px;
}
.jNiceSelectWrapper div span {
padding: 9px 7px 0;
}
button {
width: 85px;
}
.uniForm, .uniForm fieldset, .uniForm .ctrlHolder, .uniForm .formHint, .uniForm .buttonHolder, .uniForm .ctrlHolder .multiField, .uniForm .inlineLabel{ zoom:1; }
.uniForm .inlineLabels label, .uniForm .inlineLabels .label, .uniForm .blockLabels label, .uniForm .blockLabels .label, .uniForm .inlineLabel span{ padding-bottom: .2em; }
.uniForm .inlineLabel input, .uniForm .inlineLabels .inlineLabel input, .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; }
|