Revert mistakes in css
This commit is contained in:
parent
39d3ea862b
commit
7a147c0091
@ -27,7 +27,7 @@ select {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:-webkit-full-screen #viewerContainer {
|
#viewerContainer:-webkit-full-screen {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
padding-bottom: 24px;
|
padding-bottom: 24px;
|
||||||
@ -51,11 +51,7 @@ select {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:-moz-full-screen .page {
|
#viewerContainer:-moz-full-screen {
|
||||||
margin: 10px auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
:-moz-full-screen #viewerContainer {
|
|
||||||
background-color: #404040;
|
background-color: #404040;
|
||||||
background-image: url(images/texture.png);
|
background-image: url(images/texture.png);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user