From 533bd7b73ffff77680dbef2df3dd56de371101c1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 6 Feb 2013 20:23:40 +0400 Subject: switchPanelMode: cosmetic fixes --- js/tt-rss.js | 3 +++ 1 file changed, 3 insertions(+) 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' }); -- cgit v1.2.3