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

update device discovery

This commit is contained in:
Luke Pulverenti 2016-09-13 13:49:13 -04:00
parent 62265de2e5
commit fdc83ada98
21 changed files with 119 additions and 80 deletions

View file

@ -212,25 +212,6 @@ div[data-role='page'] {
transform: translateY(-210%);
}
.checkboxContainer {
white-space: nowrap;
}
.checkboxContainer input:not([is=emby-checkbox]) {
width: 20px;
height: 20px;
vertical-align: middle;
display: inline-block;
margin: 0;
padding: 0;
}
.checkboxContainer label:not(.mdl-checkbox) {
vertical-align: middle;
display: inline-block;
padding: .7em .5em;
}
textarea {
width: 100%;
}