2010-11-17 11:39:30 +01:00
|
|
|
function themeBeforeLayout() {
|
2010-12-27 10:40:46 +01: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 11:39:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
function themeAfterLayout() {
|
2011-03-28 09:33:41 +02:00
|
|
|
$("headlines-toolbar").setStyle({
|
|
|
|
'border-width': '1px 1px 0px 0px',
|
|
|
|
'border-color': '#88b0f0',
|
|
|
|
});
|
2010-11-17 11:39:30 +01:00
|
|
|
}
|