summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2ebd65f)
raw | patch | inline | side by side (parent: 2ebd65f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Mar 2007 05:59:14 +0000 (05:59 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Mar 2007 05:59:14 +0000 (05:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5889 594d385d-05f5-0310-b6e9-bd551577e9d8
index 4124aa3e217132c8210b3c5dc642869f3a6d96ae..7c32a6a845c1b41a295999ec840e1215ba5180bf 100644 (file)
border-spacing: 0px ;
padding:0px;
}
+
+
+
+td.container_, div.container_{
+ padding-left:2px;
+}
+
+td.container_:hover,div.container_:hover {
+ background-color: #777777;
+ display:block;
+ width:100%;
+}
+
+
index 06d70a8c39e1a3203c2c030c6cd20978feba55ec..89d1edb8467b6ce7bb20b071ca8eb5688610b3cf 100644 (file)
$end2 = $this->get_block_end($key);
if($end != $key && in_array(get_class($object),array("sieve_if"))){
$ends_complete_block[$end2] = $end2;
- $this->dump_ .= "<div style='height:12px;'> </div>";
+ $this->dump_ .= "<div class='container_'>";
}
if(isset($ends[$key])){
$this->dump_ .= $block_indent_stop;
}
if(isset($ends_complete_block[$key])){
- $this->dump_ .= "<div style='height:12px;'> </div>";
+ $this->dump_ .= "</div>";
}
}
}
diff --git a/include/sieve/templates/block_indent_start.tpl b/include/sieve/templates/block_indent_start.tpl
index e9988f0c9b117282931a8e35159dc1106c13c242..482f637d74d23b6bce134f3c991a9af6cfe02dfb 100644 (file)
<td style='width:3px;'>
</td>
<td>
- <div style='height:12px;'> </div>
+
+ <div class=''style='height:12px;'> </div>
+ <div class='container_'>
diff --git a/include/sieve/templates/block_indent_stop.tpl b/include/sieve/templates/block_indent_stop.tpl
index 0d6349e70baad85e97f8a70e23faea95a7d1fb58..857aa68937541b1bbf53291d6e74a9eb38a22d48 100644 (file)
+ </div>
<div style='height:12px;'> </div>
</td>
</tr>