Separated vertical shape selection break point

This commit is contained in:
peteruithoven 2014-01-17 00:06:51 +01:00
parent efe1f72b02
commit 725fb6d015
2 changed files with 11 additions and 5 deletions

View File

@ -196,6 +196,16 @@
left: 6px;
}
@media only screen and (max-height: 480px),
only screen and (max-width: 600px) and (min-device-pixel-ratio : 1.5),
only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio : 1.5) {
#buttonGroupVerticalShapes {
#btnConv, #btnDiv, #btnSine, #btnStraight {
display: none;
}
}
}

View File

@ -29,11 +29,7 @@
CENTER
*/
#centerpanel {
#buttonGroupVerticalShapes {
#btnConv, #btnDiv, #btnSine, #btnStraight {
display: none;
}
}
}
/*
RIGHT