Fix for 5 digit library stats

This commit is contained in:
Jonathan Wong 2015-09-06 11:03:47 -07:00
commit 84aa727387
3 changed files with 53 additions and 77 deletions

View file

@ -1541,6 +1541,8 @@ a .season-episodes-card-overlay:hover {
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);
-moz-box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);
box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);
white-space: nowrap;
overflow: hidden;
}
.home-platforms-instance li {
position: relative;
@ -1553,7 +1555,6 @@ a .season-episodes-card-overlay:hover {
height: 120px;
}
.home-platforms-instance-name {
float: left;
color: #fff;
text-overflow: ellipsis;
overflow: hidden;
@ -1565,53 +1566,20 @@ a .season-episodes-card-overlay:hover {
padding: 0 0 0 20px;
}
.home-platforms-instance-name h4 {
margin: 10px 0 20px 0;
}
.home-platforms-instance-name h5 {
font-size: 14px;
line-height: 16px;
margin: 15px 0 2px 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.home-platforms-instance-name2 {
position: absolute;
top: 34px;
left: 215px;
}
.home-platforms-instance-name2 h5 {
font-size: 14px;
line-height: 16px;
margin: 15px 0 2px 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.home-platforms-instance-name2 h3 {
font-size: 30px;
font-weight: bold;
color: #F9AA03;
line-height: 22px;
position: relative;
top: 5px;
margin: 0 5px 0 0;
padding-top: 6px;
float: left;
}
.home-platforms-instance-name2 p {
color: #aaa;
font-size: 12px;
float: left;
position: relative;
top: 21px;
left: 0px;
margin: 10px 0 4px 0;
}
.home-platforms-instance-playcount {
float: left;
display: inline-block;
position: relative;
padding: 6px 0 0 20px;
width: 100%;
}
.home-platforms-instance-playcount h4 {
font-size: 14px;
line-height: 16px;
margin: 10px 0 10px 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.home-platforms-instance-playcount h3 {
font-size: 30px;
@ -1638,6 +1606,14 @@ a .season-episodes-card-overlay:hover {
padding: 6px 0 0 20px;
width: 100%;
}
.home-platforms-instance-last-user h4 {
font-size: 14px;
line-height: 16px;
margin: 10px 0 10px 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.home-platforms-instance-last-user h5 {
font-size: 12px;
position: relative;