]> git.wh0rd.org - tt-rss.git/blame - themes/triple-pane/theme.js
fix triple-pane theme
[tt-rss.git] / themes / triple-pane / theme.js
CommitLineData
8d3cb8c0 1function themeBeforeLayout() {
f52df691
AD
2 if ($("content-insert")) {
3 $("headlines-wrap-inner").setAttribute("design", 'sidebar');
4 $("content-insert").setAttribute("region", "trailing");
5 $("content-insert").setStyle({
6 width: '50%',
7 height: 'auto'});
8 }
8d3cb8c0
AD
9}
10
11function themeAfterLayout() {
d80b3f3d
AD
12 $("headlines-toolbar").setStyle({
13 'border-width': '1px 1px 0px 0px',
14 'border-color': '#88b0f0',
15 });
8d3cb8c0 16}