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

@ -35,6 +35,7 @@
}
[is="emby-button"].fab {
display: inline-flex;
border-radius: 50%;
min-width: 56px;
min-height: 56px;
@ -43,7 +44,6 @@
background-color: #444;
padding: .6em;
box-sizing: border-box;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
@ -51,18 +51,23 @@
margin: 0;
}
[is="emby-button"].fab.mini {
min-width: 40px !important;
min-height: 40px !important;
height: 3.3vh !important;
width: 3.3vh !important;
}
[is="emby-button"].noflex {
display: inline-block;
}
[is="emby-button"].fab iron-icon {
width: 100%;
height: 100%;
vertical-align: middle;
}
[is="emby-button"].fab.mini {
min-width: 40px !important;
min-height: 40px !important;
height: 3.3vh !important;
width: 3.3vh !important;
padding: .4em;
}
[is="emby-button"].fab iron-icon {
width: 100%;
height: 100%;
vertical-align: middle;
}
[is="emby-button"].block {
display: block;
@ -129,14 +134,18 @@
/* Make sure its on top of the ripple */
position: relative;
z-index: 1;
vertical-align: middle;
}
[is=paper-icon-button-light] img {
width: 100%;
height: 100%;
/* Can't use 100% height or it will stretch past the boundaries in safari */
/*height: 100%;*/
max-height: 100%;
/* Make sure its on top of the ripple */
position: relative;
z-index: 1;
vertical-align: middle;
}
[is=paper-icon-button-light]:after {