1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

use SocketHttpListener project

This commit is contained in:
Luke Pulverenti 2015-01-03 14:38:22 -05:00
parent e3687e3e39
commit 58672e6b65
16 changed files with 118 additions and 93 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -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 {

View file

@ -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;