Browse Source

Add top padding for full screen mode

Yury Delendik 13 years ago
parent
commit
72bb0f5a45
  1. 3
      web/viewer.css

3
web/viewer.css

@ -29,6 +29,7 @@ select { @@ -29,6 +29,7 @@ select {
#viewerContainer:-webkit-full-screen {
top: 0px;
border-top: 5px solid transparent;
background-color: #404040;
background-image: url(images/texture.png);
width: 100%;
@ -37,6 +38,8 @@ select { @@ -37,6 +38,8 @@ select {
}
#viewerContainer:-moz-full-screen {
top: 0px;
border-top: 5px solid transparent;
background-color: #404040;
background-image: url(images/texture.png);
width: 100%;

Loading…
Cancel
Save