update video player layout

This commit is contained in:
Luke Pulverenti 2014-06-28 15:35:30 -04:00
parent ae50805ba4
commit eab5e1812e
20 changed files with 593 additions and 772 deletions

View file

@ -64,6 +64,10 @@ body {
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.bodyWithPopupOpen {
overflow-y: hidden !important;
}
.textlink {
text-decoration: none;
}
@ -170,7 +174,6 @@ pre, textarea.pre {
margin-left: 5px;
}
.ui-popup-container {
z-index: 99999;
}
@ -681,7 +684,9 @@ h1 .imageLink {
bottom: -2px;
left: -2px;
right: -2px;
z-index: 99997;
/* Above everything, except for the video player and popup overlays */
z-index: 1097;
color: #fff;
border: 0 !important;
}