fix triple-pane theme
This commit is contained in:
parent
8de8bfb871
commit
d80b3f3de1
2 changed files with 6 additions and 8 deletions
|
@ -9,10 +9,8 @@ function themeBeforeLayout() {
|
|||
}
|
||||
|
||||
function themeAfterLayout() {
|
||||
if ($("content-insert")) {
|
||||
$("headlines-toolbar").setStyle({
|
||||
'border-right-width': '1px',
|
||||
'border-color': '#88b0f0',
|
||||
});
|
||||
}
|
||||
$("headlines-toolbar").setStyle({
|
||||
'border-width': '1px 1px 0px 0px',
|
||||
'border-color': '#88b0f0',
|
||||
});
|
||||
}
|
||||
|
|
|
@ -278,12 +278,12 @@ function init() {
|
|||
|
||||
dojo.require("fox.FeedTree");
|
||||
|
||||
dojo.parser.parse();
|
||||
|
||||
if (typeof themeBeforeLayout == 'function') {
|
||||
themeBeforeLayout();
|
||||
}
|
||||
|
||||
dojo.parser.parse();
|
||||
|
||||
dojo.addOnLoad(function() {
|
||||
updateFeedList();
|
||||
closeArticlePanel();
|
||||
|
|
Loading…
Reference in a new issue