mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 04:31:29 +00:00
switchPanelMode: cosmetic fixes
This commit is contained in:
@@ -913,6 +913,8 @@ function switchPanelMode(wide) {
|
|||||||
|
|
||||||
dijit.byId("content-insert").domNode.setStyle({width: '50%',
|
dijit.byId("content-insert").domNode.setStyle({width: '50%',
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
|
borderLeftWidth: '1px',
|
||||||
|
borderLeftColor: '#c0c0c0',
|
||||||
borderTopWidth: '0px' });
|
borderTopWidth: '0px' });
|
||||||
|
|
||||||
$("headlines-toolbar").setStyle({ borderBottomWidth: '0px' });
|
$("headlines-toolbar").setStyle({ borderBottomWidth: '0px' });
|
||||||
@@ -923,6 +925,7 @@ function switchPanelMode(wide) {
|
|||||||
|
|
||||||
dijit.byId("content-insert").domNode.setStyle({width: 'auto',
|
dijit.byId("content-insert").domNode.setStyle({width: 'auto',
|
||||||
height: '50%',
|
height: '50%',
|
||||||
|
borderLeftWidth: '0px',
|
||||||
borderTopWidthidth: '1px'});
|
borderTopWidthidth: '1px'});
|
||||||
|
|
||||||
$("headlines-toolbar").setStyle({ borderBottomWidth: '1px' });
|
$("headlines-toolbar").setStyle({ borderBottomWidth: '1px' });
|
||||||
|
|||||||
Reference in New Issue
Block a user