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

update sync process

This commit is contained in:
Luke Pulverenti 2015-09-24 13:08:10 -04:00
parent cc428aac1d
commit 504384e83d
109 changed files with 553 additions and 289 deletions

View file

@ -352,10 +352,6 @@ body {
text-decoration: none;
}
.textlink:hover {
text-decoration: underline;
}
h1, h1 a {
font-weight: 300 !important;
font-size: 24px;
@ -382,7 +378,7 @@ h2 {
font-weight: 500 !important;
}
a {
a, a:active, a:hover {
text-decoration: none;
}
@ -1105,10 +1101,6 @@ paper-input + .fieldDescription {
background-color: rgba(26,26,26,.94);
}
.footerOverBottomTabs {
bottom: 52px !important;
}
.footerNotification {
padding: .75em 1em;
margin: 0;
@ -1588,3 +1580,22 @@ progress {
.supporterMembershipDisabled .tabSupporterMembership {
display: none;
}
.syncActivityForTarget {
margin: 0 0 3em 0;
}
.syncActivityForTarget paper-fab {
border-radius: 0;
}
@media all and (min-width: 800px) {
.syncActivityForTarget {
max-width: 600px;
margin: 0 3em 3em 0;
display: inline-block;
vertical-align: top;
min-width: 400px;
}
}