-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.css
More file actions
95 lines (93 loc) · 1.66 KB
/
module.css
File metadata and controls
95 lines (93 loc) · 1.66 KB
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
.divClass .deleteDiv {
margin-left:auto;
margin-right:auto;
margin-top:-1.7em;
float:right;
clear:right;
cursor: pointer;
width:3.5em;
}
.divClass ul {
width:90%;
}
div#help{
background-image: url('images/helpme_icon.png');
background-repeat:no-repeat;
background-position:1% 50%;
background-size: 4em 4em;
/*background-position:left bottom;*/
width:95%;
border:1px solid transparent;
font-weight:bold;
box-shadow: 2px 2px 1px #888888;
}
div#help {
background-color: #F7F3ED;
font-size: small;
padding-bottom: 1em;
padding-top: 2em;
padding-left: 5.5em;
padding-right: 5px;
clear:both;
margin-bottom:2em;
min-height: 2.8em;
}
div.helpme_count{
float:right;
font-weight: 400;
font-size:7pt;
border:1px solid #779ECB;
padding:.2em;
margin-right:.3em;
float:left;
}
#dismiss_all{
height:1.5em;
width:1.5em;
}
#dismiss_all img{
height:1.5em;
width:1.5em;
}
div.msg_buttons{
margin-top:-1em;
padding:0;
width:7em;
float:right;
position: relative;
right:.2em;
}
div.msg_buttons img{
height:1.5em;
width:1.5em;
float:right;
margin:0 0 0 0;
}
#delete img{
width:1.5em;
float:right;
}
#delete img:hover, #delete img:focus{
background-color:#cccddd;
}
#revisit img{
width:1.5em;
margin-right:5.2em;
float:left;
}
#revisit img:hover, #revisit img:focus{
background-color:#cccddd;
}
#message{
width:90%;
margin-right:1em;
}
#message img{
margin-right:0;
}
#helpme_reset img{
margin-right:.3em;
}
#helpme_reset img:hover, #helpme_reset img:hover{
background-color:#cccddd;
}