-
Notifications
You must be signed in to change notification settings - Fork 20
/
Module.css
95 lines (86 loc) · 1.22 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/*this is a class to style the design table*/
/* Edit View */
.LinksDesignTable
{
}
.MessageSuccees
{
color: Green;
font-weight: bold;
}
.MessageFailure
{
color: Red;
font-weight: bold;
}
/* Module View */
.link_module
{
}
.linklist
{
list-style: none;
margin: 0;
padding: 0;
z-index: -1;
}
.linkitem
{
list-style: none;
line-height: 1.5;
margin: 0;
padding: 0;
}
#pp_position
{
position: relative;
}
ul.linklist.Horizontal
{
}
li.linkitem.Horizontal
{
display: inline-block;
line-height: 2;
float: left;
margin: 0 15px 0 0;
}
.item_desc
{
line-height: 1.3;
margin: 0 0 0 20px;
white-space: normal;
}
/*popup*/
.popup
{
position: absolute;
display: none; /* keeps the popup hidden if no JS available */
z-index: 999;
}
#ppwrap
{
width: 202px;
background: url(img/top.gif) no-repeat top;
padding: 17px 0 0 0;
}
#ppbottom
{
width: 202px;
background: url(img/bottom.gif) no-repeat;
height: 5px;
}
#ppbody
{
width: 182px;
padding: 10px;
min-height: 30px;
background: url(img/body.gif) repeat-y #F8F8F8;
color: #666;
font-size: 11px;
font-family: Arial;
}
#ppbody span
{
white-space: pre-line;
}