mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Style the home stats.
Add some error catching.
This commit is contained in:
parent
3fcf0d83cb
commit
c99e3c5e4a
4 changed files with 156 additions and 102 deletions
|
@ -8101,4 +8101,52 @@ ol.test >li {
|
|||
}
|
||||
.charts-slider-title-views {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
.home-platforms-instance-poster {
|
||||
float: left;
|
||||
height: 120px;
|
||||
padding: 5px 10px 5px 10px;
|
||||
}
|
||||
|
||||
.home-platforms-instance-box {
|
||||
float: left;
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
padding: 25px 10px 25px 10px;
|
||||
}
|
||||
|
||||
.home-platforms-instance-oval {
|
||||
float: left;
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
padding: 25px 10px 25px 10px;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.home-platforms-instance-name {
|
||||
float: left;
|
||||
color: #fff;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
font-size: 13px;
|
||||
line-height: 15px;
|
||||
font-weight: bold;
|
||||
width: 180px;
|
||||
margin-left: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.home-platforms-instance {
|
||||
float: left;
|
||||
width: 300px;
|
||||
height: 130px;
|
||||
padding: 5px;
|
||||
background-color: #282828;
|
||||
margin-right: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue