-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.css
79 lines (59 loc) · 1.35 KB
/
module.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
#dnnLocalization .megaborder {
min-width: 910px;
width: 910px;
left:-240px;
}
a:hover {background-color:#ffffff; text-decoration:none;}
a.tooltip span {display:none; padding:2px 3px; margin-left:-20px;margin-top:20px; width:100px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#eee; color:#000;}
.checkbox input {}
#DnnPages input {padding:1px ! important;}
#DnnPages div.container
{
overflow:auto;
margin: 0px auto;
margin-bottom: 10px;
}
.SkinObject {display:none}
.colText{float:left;width:155px;height:20px;}
#DnnPages div.table {
display:block;
width:1250px;
}
#DnnPages div.tr {
display:block;
clear:both;
height:30px;
}
#DnnPages div.td {
display:block;
float:left;
/*width:220px; */
padding:5px;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #ccc;
}
#DnnPages .PageName
{
width:148px;
}
#DnnPages .PageTitle
{
width:95%;
display: inline;
}
#DnnPages .PageDescription
{
width:148px;
padding:1px;
}
#DnnPages .AddToPages
{
width:148px;
overflow: auto;
height: 200px;
}
.colDetachedDefault, .colTranslatedDefault
{
display:none
}