Do fullscreen properly.

This commit is contained in:
Jason A. Donenfeld
2012-04-19 20:52:41 +02:00
parent 8b7d41937e
commit 99b3118cce
3 changed files with 12 additions and 19 deletions

View File

@ -77,17 +77,6 @@ a:hover {
#next {
right: 0.1em;
}
#fullscreen {
display: none;
position: absolute;
opacity: 0.50;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
margin-top: -0.25em;
margin-left: -1em;
font-size: 2em;
cursor: pointer;
}
#photo {
border: 0;
left: 0;
@ -159,6 +148,9 @@ a:hover {
width: 100%;
text-align: center;
}
#fullscreen, #fullscreen-divider {
display: none;
}
.photo-view-container {
position: absolute;
height: 150px;