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

update xmltv config page

This commit is contained in:
Luke Pulverenti 2016-06-06 17:12:44 -04:00
parent 8b5889ea3c
commit b449d37d84
12 changed files with 64 additions and 57 deletions

View file

@ -122,19 +122,11 @@ button[is="emby-button"].iconRight iron-icon {
color: inherit !important;
}
button[is="emby-button"].mini {
min-width: initial;
}
button[is="emby-button"].mini {
button[is="emby-button"].mini:not(.fab) {
padding: 0.4em 0.7em;
}
button[is="emby-button"].mini.noIcon {
padding: 0.4em 0.7em;
}
button[is="emby-button"].mini iron-icon {
button[is="emby-button"].mini:not(.fab) iron-icon {
height: 20px;
width: 20px;
}
@ -145,13 +137,10 @@ paper-toast {
button[is="emby-button"].notext {
min-width: 2.8em;
padding-left: .25em !important;
padding-right: .25em !important;
}
button[is="emby-button"].notext .content {
padding-left: 0 !important;
padding-right: 0 !important;
}
button[is="emby-button"].notext iron-icon {
margin-right: 0;
}