switchPanelMode: cosmetic fixes

This commit is contained in:
Andrew Dolgov 2013-02-06 20:23:40 +04:00
parent 2d1282d4d1
commit 533bd7b73f
1 changed files with 3 additions and 0 deletions

View File

@ -913,6 +913,8 @@ function switchPanelMode(wide) {
dijit.byId("content-insert").domNode.setStyle({width: '50%',
height: 'auto',
borderLeftWidth: '1px',
borderLeftColor: '#c0c0c0',
borderTopWidth: '0px' });
$("headlines-toolbar").setStyle({ borderBottomWidth: '0px' });
@ -923,6 +925,7 @@ function switchPanelMode(wide) {
dijit.byId("content-insert").domNode.setStyle({width: 'auto',
height: '50%',
borderLeftWidth: '0px',
borderTopWidthidth: '1px'});
$("headlines-toolbar").setStyle({ borderBottomWidth: '1px' });