From 4ef5a0ec2c799536446dd29d5d828488cc14608f Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 28 Mar 2007 06:51:04 +0000 Subject: [PATCH] Updated sieve filter styles. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5908 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/style.css | 3 ++- include/sieve/class_My_Tree.inc | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/html/themes/default/style.css b/html/themes/default/style.css index c31e64ca9..70b85d114 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -1433,10 +1433,11 @@ table.sieve_test_case { td.container_, div.container_{ padding-left:2px; + border-left: solid 2px #EEEEEE; } td.container_:hover,div.container_:hover { - background-color: #777777; + border-left: solid 2px #777777; display:block; } diff --git a/include/sieve/class_My_Tree.inc b/include/sieve/class_My_Tree.inc index 7268b09c9..ee1276a36 100644 --- a/include/sieve/class_My_Tree.inc +++ b/include/sieve/class_My_Tree.inc @@ -68,6 +68,7 @@ class My_Tree extends Tree $end2 = $this->get_block_end($key); if($end != $key && in_array(get_class($object),array("sieve_if"))){ $ends_complete_block[$end2] = $end2; + $this->dump_ .= "
"; $this->dump_ .= "
"; } if(isset($ends[$key])){ @@ -81,6 +82,7 @@ class My_Tree extends Tree if(isset($ends_complete_block[$key])){ $this->dump_ .= "
"; + $this->dump_ .= "
"; } } } -- 2.30.2