-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.css
More file actions
43 lines (38 loc) · 825 Bytes
/
module.css
File metadata and controls
43 lines (38 loc) · 825 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
.aspNetDisabled, a.aspNetDisabled, .dnnDisabled, a.dnnDisabled {
color: #ccc !important;
}
#dnnModuleDigitalAssetsGeneral .dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"],
.RadComboBox_Default .rcbInput
{
max-width: 95%;
}
.dnnLabel {
display: block;
float: none;
width: 100%;
padding-right: 0;
margin-right: 0;
overflow: visible;
text-align: left;
font-weight: bold;
}
a.dnnFormHelp{
position: relative;
}
.dnnForm .dnnFormItem {
clear: both;
width: 100%;
display: block;
position: relative;
text-align: left;
margin-left: 36px;
}
#dnnModuleDigitalAssetsButtonPane .dnnActions {
margin-left: 312px;
width: 60%;
}