fixes #1277 - Web: Wrong position of image and buttons during "Play To"

This commit is contained in:
Luke Pulverenti 2016-08-14 01:30:31 -04:00
parent 781f63d9ac
commit b6040d998e
8 changed files with 92 additions and 164 deletions

View file

@ -387,26 +387,6 @@ textarea {
}
}
/* Footer */
#footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
/* Above everything, except for the video player and popup overlays */
z-index: 1097;
color: #fff;
border: 0 !important;
background-color: rgba(26,26,26,.94);
}
.footerNotification {
padding: .75em 1em;
margin: 0;
font-weight: normal;
border-top: 1px solid #555;
}
/*
* Gradient Shadow
*/