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

update config pages

This commit is contained in:
Luke Pulverenti 2016-02-11 23:33:14 -05:00
parent 5ec9b4aeea
commit c0bdf018d6
18 changed files with 27 additions and 48 deletions

View file

@ -212,7 +212,6 @@
padding: 10px !important;
margin: 0 !important;
color: inherit;
font-size: 20px;
}
.cardText {
@ -225,10 +224,6 @@
line-height: 1.4;
}
.homeTopViews .cardText {
font-size: 15px;
}
.cardButtonContainer {
text-align: right;
float: right;

View file

@ -6,7 +6,6 @@
display: inline-block;
vertical-align: middle;
color: #ddd;
/*font-size: 11px;*/
font-weight: 400;
position: relative;
top: 2px;

View file

@ -115,7 +115,6 @@
border-radius: 0 !important;
padding: 7px 0 6px 0 !important;
text-indent: 10px !important;
font-size: 16px;
font-family: inherit;
outline: none;
vertical-align: middle;

View file

@ -1582,7 +1582,6 @@ progress {
left: 0;
right: 0;
bottom: 0;
border-radius: 2px;
}
.sessionNowPlayingInnerContent {
@ -1594,7 +1593,6 @@ progress {
bottom: 0;
color: #fff;
font-weight: 400;
border-radius: 2px;
}
.sessionAppInfo {
@ -1657,7 +1655,6 @@ progress {
.activeSession:not(.playingSession) .sessionNowPlayingInnerContent {
background-color: #fff;
color: #000;
border: 1px solid #ddd;
}
.activeSession:not(.playingSession) .sessionUserInfo, .activeSession:not(.playingSession) .sessionNowPlayingInfo {