From 215db919f9ff5be97ea91f840cdfc574d66868b5 Mon Sep 17 00:00:00 2001 From: cajus Date: Sun, 28 Feb 2010 19:19:33 +0000 Subject: [PATCH] Fixed layout git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15771 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 3 ++- gosa-core/include/class_pluglist.inc | 16 ++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 980a22d55..9a4caaeb1 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -522,7 +522,8 @@ div.img div { .icon-menu-item{ float:left; - padding:0 10px 10px 56px; + padding-top:10px; + padding-bottom:10px; min-height:70px; min-width:150px; cursor:pointer; diff --git a/gosa-core/include/class_pluglist.inc b/gosa-core/include/class_pluglist.inc index ccd1452e3..6e1c059a7 100644 --- a/gosa-core/include/class_pluglist.inc +++ b/gosa-core/include/class_pluglist.inc @@ -269,14 +269,14 @@ class pluglist } - $this->iconmenu.= "\n
- ##### $this->iconmenu.= "\n ".image($icon); - $this->iconmenu.= "\n
"; - $this->iconmenu.= "\n
- $this->iconmenu.= "\n

{$title}

- $this->iconmenu.= "\n

{$desc}

- $this->iconmenu.= "\n
- $this->iconmenu.= "\n
+ $this->iconmenu.= "\n
"; + /* $this->iconmenu.= "\n ".image($icon); */ + $this->iconmenu.= "\n
"; + $this->iconmenu.= "\n
"; + $this->iconmenu.= "\n

{$title}

"; + $this->iconmenu.= "\n

{$desc}

"; + $this->iconmenu.= "\n
"; + $this->iconmenu.= "\n
"; $col++ ; } -- 2.30.2