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

update components

This commit is contained in:
Luke Pulverenti 2016-08-04 19:48:54 -04:00
parent 8dbdfe3be1
commit 058d86a988
29 changed files with 239 additions and 314 deletions

View file

@ -7,13 +7,13 @@
width: 100%;
margin: 0;
padding: 0;
padding-left: 36px;
padding-left: 2.6em;
align-items: center;
height: 32px;
height: 2.3em;
}
.checkboxFieldDescription {
padding-left: 36px;
padding-left: 2.6em;
}
.checkboxContainer {
@ -45,8 +45,8 @@
left: 0;
display: inline-block;
box-sizing: border-box;
width: 24px;
height: 24px;
width: 1.83em;
height: 1.83em;
margin: 0;
cursor: pointer;
overflow: hidden;
@ -66,10 +66,10 @@
.mdl-checkbox__focus-helper {
position: absolute;
top: -12px;
left: -12px;
width: 48px;
height: 48px;
top: -0.915em;
left: -0.915em;
width: 3.66em;
height: 3.66em;
display: inline-block;
box-sizing: border-box;
margin: 3px 0 0 0;
@ -116,24 +116,3 @@
display: flex;
margin: .5em 0;
}
.layout-tv .mdl-checkbox {
height: 4.6vh;
padding-left: 6vh;
}
.layout-tv .checkboxFieldDescription {
padding-left: 6vh;
}
.layout-tv .checkboxOutline {
width: 4.6vh;
height: 4.6vh;
}
.layout-tv .mdl-checkbox__focus-helper {
top: -3.7vh;
left: -3.7vh;
width: 12vh;
height: 12vh;
}