mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07:56 +01:00
commented out part of the css (not final solution)
This commit is contained in:
parent
d7c32c926f
commit
bd83fc42f8
@ -245,7 +245,7 @@ body {
|
|||||||
|
|
||||||
|
|
||||||
/* The code below is for resizing UI elements as the viewport becomes less high (suitable for tablets & smartphones) */
|
/* The code below is for resizing UI elements as the viewport becomes less high (suitable for tablets & smartphones) */
|
||||||
|
/*
|
||||||
@media screen and (max-height: 675px) {
|
@media screen and (max-height: 675px) {
|
||||||
.bgMiddle {
|
.bgMiddle {
|
||||||
display: none;
|
display: none;
|
||||||
@ -266,7 +266,6 @@ body {
|
|||||||
#btnNew {
|
#btnNew {
|
||||||
zoom: 0.94;
|
zoom: 0.94;
|
||||||
-moz-transform: translate(-5px,-5px) scale(.94);
|
-moz-transform: translate(-5px,-5px) scale(.94);
|
||||||
/*-moz-transform: translate(-3px,-3px);*/
|
|
||||||
}
|
}
|
||||||
#btnOops {
|
#btnOops {
|
||||||
zoom: 0.94;
|
zoom: 0.94;
|
||||||
@ -297,10 +296,6 @@ body {
|
|||||||
height: 57px;
|
height: 57px;
|
||||||
background-image: url('../img/logo_smaller_wide.png');
|
background-image: url('../img/logo_smaller_wide.png');
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
/*zoom: 0.8;*/
|
|
||||||
/*-moz-transform: translate(-20px,-15px) scale(.8);*/
|
|
||||||
/*-moz-transform: ;*/
|
|
||||||
/*left: 34%;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#btnsUpDown, #btnsTurnLeftRight {
|
#btnsUpDown, #btnsTurnLeftRight {
|
||||||
@ -333,7 +328,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#btnPrevious, #btnNext {
|
#btnPrevious, #btnNext {
|
||||||
/*top: 200px;*/
|
|
||||||
-moz-transform: translate(-5px,-10px);
|
-moz-transform: translate(-5px,-10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -342,6 +336,7 @@ body {
|
|||||||
height: 350px;
|
height: 350px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user