use SocketHttpListener project
Before Width: | Height: | Size: 211 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
|
@ -213,7 +213,7 @@
|
|||
height: 17px;
|
||||
display: inline-block;
|
||||
background-size: cover;
|
||||
vertical-align: top;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
@ -231,6 +231,7 @@
|
|||
margin-left: 1px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.rottentomatoesicon {
|
||||
|
@ -240,7 +241,7 @@
|
|||
background-size: cover;
|
||||
background-position: left center;
|
||||
background-repeat: no-repeat;
|
||||
vertical-align: top;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
@ -264,8 +265,6 @@
|
|||
font-size: 12px;
|
||||
text-align: center;
|
||||
padding: 2px 4px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
@ -306,6 +305,7 @@
|
|||
margin-left: 1px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.criticRatingSummary {
|
||||
|
|
|
@ -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;
|
||||
|
|