mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Use font awesome for star rating
This commit is contained in:
parent
2db0e9c280
commit
76db5ffa3a
13 changed files with 23 additions and 40 deletions
|
@ -1241,7 +1241,7 @@ a:hover .summary-poster-face-track .summary-poster-face-overlay span {
|
|||
height: auto;
|
||||
max-width: 75pt;
|
||||
max-height: 15px;
|
||||
margin: 0 10px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
.summary-content-summary {
|
||||
overflow: hidden;
|
||||
|
@ -1319,31 +1319,25 @@ a:hover .summary-poster-face-track .summary-poster-face-overlay span {
|
|||
line-height: 18px;
|
||||
color: #fff;
|
||||
}
|
||||
.rateit {
|
||||
display: -moz-inline-box;
|
||||
.star-rating {
|
||||
display: inline-block;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-touch-callout: none;
|
||||
font-size: 15px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
float: right;
|
||||
margin-top: 3px;
|
||||
height: 21px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
.rateit .rateit-range {
|
||||
background: url(../images/star-gray-32.png);
|
||||
background-size: contain;
|
||||
height: 16px;
|
||||
.star-rating .star-icon {
|
||||
width: auto;
|
||||
margin-left: 2px;
|
||||
color: #F9AA03;
|
||||
}
|
||||
.rateit .rateit-selected {
|
||||
background: url(../images/star-32.png);
|
||||
background-size: contain;
|
||||
height: 16px;
|
||||
.star-rating .star-icon-o {
|
||||
width: auto;
|
||||
margin-left: 2px;
|
||||
color: #999;
|
||||
}
|
||||
#children-list, #search-results-list {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue