use SocketHttpListener project
This commit is contained in:
parent
e3687e3e39
commit
58672e6b65
16 changed files with 118 additions and 93 deletions
|
@ -767,6 +767,33 @@ progress {
|
|||
|
||||
/* Detail Page*/
|
||||
|
||||
.btnUserItemRating {
|
||||
margin-right: .85em;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
color: #cc3333 !important;
|
||||
font-size: 17px;
|
||||
width: auto !important;
|
||||
display: inline-block !important;
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.btnUserItemRating div {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.btnUserItemRatingOff {
|
||||
color: #aaa !important;
|
||||
}
|
||||
|
||||
.btnUserItemRating:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.btnUserItemRating:hover {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.imgUserItemRating {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue