2010-11-17 10:39:30 +00:00
|
|
|
function themeBeforeLayout() {
|
2010-12-27 09:40:46 +00:00
|
|
|
if ($("content-insert")) {
|
|
|
|
$("headlines-wrap-inner").setAttribute("design", 'sidebar');
|
|
|
|
$("content-insert").setAttribute("region", "trailing");
|
|
|
|
$("content-insert").setStyle({
|
|
|
|
width: '50%',
|
|
|
|
height: 'auto'});
|
|
|
|
}
|
2010-11-17 10:39:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
function themeAfterLayout() {
|
2011-03-28 07:33:41 +00:00
|
|
|
$("headlines-toolbar").setStyle({
|
|
|
|
'border-width': '1px 1px 0px 0px',
|
|
|
|
'border-color': '#88b0f0',
|
|
|
|
});
|
2010-11-17 10:39:30 +00:00
|
|
|
}
|