mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 21:31:29 +00:00
switchPanelMode: fix css manipulation for firefox
This commit is contained in:
@@ -1011,9 +1011,9 @@ function switchPanelMode(wide) {
|
|||||||
|
|
||||||
dijit.byId("content-insert").domNode.setStyle({width: '50%',
|
dijit.byId("content-insert").domNode.setStyle({width: '50%',
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
'border-top-width': '0px' });
|
borderTopWidth: '0px' });
|
||||||
|
|
||||||
$("headlines-toolbar").setStyle({ 'border-bottom-width': '0px' });
|
$("headlines-toolbar").setStyle({ borderBottomWidth: '0px' });
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
@@ -1021,9 +1021,9 @@ function switchPanelMode(wide) {
|
|||||||
|
|
||||||
dijit.byId("content-insert").domNode.setStyle({width: 'auto',
|
dijit.byId("content-insert").domNode.setStyle({width: 'auto',
|
||||||
height: '50%',
|
height: '50%',
|
||||||
'border-top-width': '1px'});
|
borderTopWidthidth: '1px'});
|
||||||
|
|
||||||
$("headlines-toolbar").setStyle({ 'border-bottom-width': '1px' });
|
$("headlines-toolbar").setStyle({ borderBottomWidth: '1px' });
|
||||||
}
|
}
|
||||||
|
|
||||||
closeArticlePanel();
|
closeArticlePanel();
|
||||||
|
|||||||
Reference in New Issue
Block a user