update multicast loopback handling

This commit is contained in:
Luke Pulverenti 2016-09-15 16:32:49 -04:00
parent 768584e43e
commit 17af3ec3ef
6 changed files with 50 additions and 29 deletions

View file

@ -39,12 +39,12 @@
.emby-button > i {
/* For non-fab buttons that have icons */
font-size: 1.5em;
font-size: 1.2em;
width: auto;
height: auto;
}
.emby-button.fab {
.fab {
display: inline-flex;
border-radius: 50%;
background-color: #444;
@ -57,7 +57,7 @@
margin: 0;
}
.emby-button.fab > i {
.fab > i {
height: auto;
width: auto;
vertical-align: middle;
@ -69,11 +69,11 @@
white-space: nowrap;
}
.emby-button.fab.mini {
.fab.mini {
padding: 8px;
}
.emby-button.fab.mini > i {
.fab.mini > i {
height: auto;
width: auto;
font-size: 1.72em;
@ -87,7 +87,7 @@
width: 100%;
}
.emby-button.raised:focus {
.raised:focus {
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
@ -96,22 +96,10 @@
margin-left: .5em;
}
.emby-button span + i {
.emby-button > span + i {
margin-left: .5em;
}
.emby-button.iconRight > i {
margin-left: auto;
margin-right: .25em;
}
.emby-button-noflex.iconRight > i {
position: absolute;
right: 0;
top: 25%;
margin-right: .5em;
}
.paper-icon-button-light {
position: relative;
display: inline-flex;