From d97686abb063dbd49f75dfefd7f25acdb5a1b4d3 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 21 Jan 2010 10:13:16 +0000 Subject: [PATCH] Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15224 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 4 ++-- gosa-core/include/class_sortableListing.inc | 6 +++--- gosa-core/plugins/personal/generic/class_user.inc | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 613e9e06e..4b6743e5c 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1562,7 +1562,7 @@ div.errorMsgDialog { background-color:white; border:4px solid red; z-index:150; - display: none; + display: none; position:absolute; } @@ -1571,7 +1571,7 @@ div.infoMsgDialog { background-color:white; border: 2px solid black; z-index:150; - display: none; + display: none; position:absolute; } diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index 01d9b33df..73d698e6c 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -159,8 +159,8 @@ class sortableListing { public function render() { - $result= "
\n"; - $result.= "cssclass)?" class='".$this->cssclass."'":"").">\n"; + $result= "
\n"; + $result.= "
cssclass)?" class='".$this->cssclass."'":"").">\n"; $action_width= 0; if (strpos($this->acl, 'w') === false) { $edit_image= $this->editable?""._("Edit")."":""; @@ -183,7 +183,7 @@ class sortableListing { // Extend by another column if we've actions specified if ($action_width) { - $result.= " \n"; + $result.= " \n"; } $result.= " \n"; } diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc index a2b3b1db2..cf2d762d6 100644 --- a/gosa-core/plugins/personal/generic/class_user.inc +++ b/gosa-core/plugins/personal/generic/class_user.inc @@ -246,7 +246,7 @@ class user extends plugin $this->gosaLoginRestrictionWidget= new sortableListing($this->gosaLoginRestriction); $this->gosaLoginRestrictionWidget->setDeleteable(true); $this->gosaLoginRestrictionWidget->setColspecs(array('*')); - $this->gosaLoginRestrictionWidget->setWidth("320px"); + $this->gosaLoginRestrictionWidget->setWidth("100%"); $this->gosaLoginRestrictionWidget->setHeight("70px"); $this->orig_base = $this->base; -- 2.30.2