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

update translations

This commit is contained in:
Luke Pulverenti 2014-06-23 12:05:19 -04:00
parent b26707208f
commit 0784ca7a0a
29 changed files with 331 additions and 183 deletions

View file

@ -1,12 +1,10 @@
.btnCastImage {
background-color: transparent;
background-size: contain;
background-size: 100%;
background-repeat: no-repeat;
background-position: center center;
width: 28px;
width: 23px;
height: 100%;
position: relative;
top: 2px;
display: inline-block;
}
@ -39,3 +37,10 @@
display: none;
}
}
@media all and (max-width: 400px) {
.btnCastImage {
width: 28px;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

View file

@ -12,10 +12,6 @@
margin-left: .5em;
}
.page[data-theme=b] {
background-color: #202020;
}
.backdropPage {
background-color: rgba(15, 15,15, .92)!important;
}
@ -49,6 +45,7 @@
margin-bottom: 0;
padding-left: 4px;
}
.firstListHeader {
margin-top: .25em;
}
@ -74,6 +71,17 @@
margin-top: 1em;
}
.sectionHeaderButton {
vertical-align: middle;
margin: 0 0 0 1.5em;
position: relative;
top: 8px;
}
.firstListHeader + .sectionHeaderButton {
top: 3px;
}
@media all and (min-width: 900px) {
.ehsContent {

View file

@ -12,11 +12,11 @@
margin: .5em 0;
}
.viewMenuBar, .headerButton {
.viewMenuBar, .barsMenuButton, .libraryMenuButtonText, .btnCast {
height: 50px;
}
.headerButton {
.barsMenuButton, .libraryMenuButtonText, .btnCast {
line-height: 50px;
}
@ -35,12 +35,12 @@
}
.headerButton img {
height: 18px;
height: 19px;
vertical-align: middle;
}
.headerSearchButton img {
height: 16px;
height: 18px;
}
.headerButtonLeft {
@ -54,8 +54,8 @@
.headerButtonRight {
border-width: 0 !important;
float: left;
padding: 0 15px;
display: inline-block;
}
.headerButtonRight:first-child {
@ -106,8 +106,8 @@
left: 0;
z-index: 1000;
top: 0;
background: #000;
border-bottom: 1px solid #101010;
background-image: linear-gradient(#262626,#111);
border-bottom: 1px solid #111;
border-top: 0;
border-left: 0;
border-right: 0;
@ -116,23 +116,13 @@
.libraryViewNav {
height: 48px;
overflow: hidden;
border-bottom: 1px solid #222;
position: fixed;
right: 0;
left: 0;
top: 51px;
z-index: 1000;
background-color: #161616;
}
@media all and (max-width: 460px) {
.headerButtonLeft img {
height: 15px;
}
.btnCastImage {
width: 26px !important;
}
background-image: linear-gradient(#1a1a1a,#1a1a1a);
border-bottom: 1px solid #111;
}
.viewMenuLink {

View file

@ -8,23 +8,22 @@
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 0 12px;
line-height: 22px;
margin-top: 15px;
padding: 6px 12px;
text-align: center;
text-decoration: none !important;
-moz-user-select: none;
-webkit-user-select: none;
background-color: #353535;
background-image: -webkit-gradient(linear,left top,left bottom,from(#353535),to(#313131));
background-image: -webkit-linear-gradient(top,#353535,#313131);
background-image: -moz-linear-gradient(top,#353535,#313131);
background-image: -ms-linear-gradient(top,#353535,#313131);
background-image: -o-linear-gradient(top,#353535,#313131);
background-image: linear-gradient(top,#353535,#313131);
border: 1px solid #444;
background-color: #444;
background-image: -webkit-gradient(linear,left top,left bottom,from(#444),to(#313131));
background-image: -webkit-linear-gradient(top,#444,#313131);
background-image: -moz-linear-gradient(top,#444,#313131);
background-image: -ms-linear-gradient(top,#444,#313131);
background-image: -o-linear-gradient(top,#444,#313131);
background-image: linear-gradient(top,#444,#313131);
color: #fff;
font-size: 12px;
font-family: "Open Sans";
font-weight: normal;
}
.levelNormal {

View file

@ -274,7 +274,7 @@ h1 .imageLink {
.content-secondary {
z-index: 1000;
background: #e6e6e6;
background: #333;
border: 0;
border-right: 1px solid #ddd;
display: none;
@ -297,7 +297,7 @@ h1 .imageLink {
display: block;
padding: .6em 20px .6em 20px;
text-decoration: none;
color: #000!important;
color: #eee!important;
text-shadow: none!important;
font-weight: 400!important;
font-size: 14px;
@ -311,12 +311,12 @@ h1 .imageLink {
.sidebarLinks a.selectedSidebarLink {
background: #38c!important;
color: #fff!important;
margin-right: -1px;
margin-right: 0;
}
.sidebarDivider {
height: 1px;
background: #d8d8d8;
background: #444;
margin: .25em 0;
}
@ -1073,4 +1073,4 @@ progress {
width: 250px;
height: 140.625px;
}
}
}