Do fullscreen properly.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user