summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-06 20:23:40 +0400
committerAndrew Dolgov <[email protected]>2013-02-06 20:23:40 +0400
commit533bd7b73ffff77680dbef2df3dd56de371101c1 (patch)
tree0e6ff4972e2bc06fb025dc3e04b947e91e860d88 /js/tt-rss.js
parent2d1282d4d1c246d2ba123b4aed5d97e97c1f8504 (diff)
switchPanelMode: cosmetic fixes
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 2e09c86cd..264650c84 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -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' });