mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
formatting close button a little nicer / less visual obstructing
This commit is contained in:
parent
01dfdbbe75
commit
ce8bd4135d
@ -776,7 +776,7 @@ class calendar_uiviews extends calendar_ui
|
||||
*/
|
||||
private function close_button($uid)
|
||||
{
|
||||
return html::a_href(html::image('phpgwapi', 'close.button', 'Close'), array(
|
||||
return html::a_href(html::image('phpgwapi', 'close.button', 'Close','style="width: 12px; padding-top: 1px;"'), array(
|
||||
'menuaction' => 'calendar.calendar_uiviews.index',
|
||||
'close' => $uid,
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user