fixed responsive editor width

This commit is contained in:
coderaiser 2012-10-01 05:25:18 -04:00
parent 7c3204c70a
commit 54c267b0d8

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;