fixed responsive editor width

This commit is contained in:
coderaiser 2012-10-01 05:25:18 -04:00
parent 21fa497b86
commit d300856569

View file

@ -236,9 +236,9 @@ a:focus { outline: thin dotted; }
*/
/* responsive design */
@media only screen and (max-width: 600px){
#left{
width:90% !important;
}
.panel{
width:94% !important;
}
/* если правая панель не помещаеться - прячем её */
#right{
display:none;