]> git.wh0rd.org - tt-rss.git/commitdiff
switchPanelMode: cosmetic fixes
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 6 Feb 2013 16:23:40 +0000 (20:23 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 6 Feb 2013 16:23:40 +0000 (20:23 +0400)
js/tt-rss.js

index 2e09c86cdfd84c49948471adaaa06d99c9714c72..264650c840e1658c3a5671f1d0681e03733b603b 100644 (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' });