mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
update to use css files
This commit is contained in:
parent
08c5e74c66
commit
48c3c62549
@ -41,12 +41,9 @@
|
||||
$portalbox = CreateObject('phpgwapi.listbox',
|
||||
Array(
|
||||
'title' => $title,
|
||||
'primary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
||||
'secondary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
||||
'tertiary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
||||
'width' => '100%',
|
||||
'outerborderwidth' => '0',
|
||||
'header_background_image' => $GLOBALS['phpgw']->common->image('phpgwapi/templates/phpgw_website','bg_filler.gif')
|
||||
'header_background_image' => $GLOBALS['phpgw']->common->image('phpgwapi/templates/default','bg_filler')
|
||||
)
|
||||
);
|
||||
$app_id = $GLOBALS['phpgw']->applications->name2id('addressbook');
|
||||
|
@ -60,12 +60,9 @@
|
||||
$portalbox = CreateObject('phpgwapi.listbox',
|
||||
Array(
|
||||
'title' => $title,
|
||||
'primary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
||||
'secondary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
||||
'tertiary' => $GLOBALS['phpgw_info']['theme']['navbar_bg'],
|
||||
'width' => '100%',
|
||||
'outerborderwidth' => '0',
|
||||
'header_background_image' => $GLOBALS['phpgw']->common->image('phpgwapi/templates/phpgw_website','bg_filler')
|
||||
'header_background_image' => $GLOBALS['phpgw']->common->image('phpgwapi/templates/default','bg_filler')
|
||||
)
|
||||
);
|
||||
|
||||
|
@ -85,6 +85,9 @@ a:hover
|
||||
.portal
|
||||
{
|
||||
background-color: #80BBFF;
|
||||
border-width: 1px;
|
||||
border-color: #000000;
|
||||
border-style: ridge;
|
||||
}
|
||||
|
||||
|
||||
|
BIN
phpgwapi/templates/default/images/bg_filler.png
Normal file
BIN
phpgwapi/templates/default/images/bg_filler.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 151 B |
@ -79,6 +79,9 @@ a:hover
|
||||
.portal
|
||||
{
|
||||
background-color: #80BBFF;
|
||||
border-width: 1px;
|
||||
border-color: #000000;
|
||||
border-style: ridge;
|
||||
}
|
||||
|
||||
.bodytext
|
||||
|
Loading…
Reference in New Issue
Block a user