-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.css
More file actions
48 lines (46 loc) · 1.01 KB
/
module.css
File metadata and controls
48 lines (46 loc) · 1.01 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
.smart_infoMessage {
background: url(images/infomsg_icon.gif) no-repeat;
border: 1px solid #99CC99;
background-color: #E2F9E3;
color: #3F663F;
padding-left: 30px;
padding-bottom: 5px;
padding-top: 5px;
padding-right: 2px;
}
.smart_errorMessage {
background: url(images/errormsg_icon.gif) no-repeat;
border: 1px solid #CC9999;
background-color: #CC0000;
color: #ffffff;
padding-left: 30px;
padding-bottom: 5px;
padding-top: 5px;
padding-right: 2px;
}
#smartobject_rating_container {}
#smartobject_rating_container .itemHead {
font-weight: bold;
}
#smartobject_rating_container .item {
width: 300px;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
}
#smartobject_rating_container .odd {
padding: 6px;
height: auto;
}
.smartobject_autocomplete_hint {
border: 1px solid #000;
background-color: #fff;
}
.smartobject_autocomplete_hint li{
list-style: none;
color: default;
}
.smartobject_autocomplete_hint li:hover{
background-color: #E9E9E9;
cursor: pointer;
}