Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[cvs] [Wiki] changed: DimpMenuHowTo

0 views
Skip to first unread message

Jan Schneider

unread,
Dec 10, 2009, 7:14:23 AM12/10/09
to
jan Thu, 10 Dec 2009 07:14:23 -0500

Modified page: http://wiki.horde.org/DimpMenuHowTo
New Revision: 1.1
Change log: Fix rules

@@ -6,9 +6,9 @@
First create a CSS file {{dimp/themes/}}. You can chose any file
name, {{custom.css}} is a good name for it.

<code type="css">
/* To hide the application links in the left menu: */
-#applicationfolders {
+#sidebarPanel #applicationfolders {
display: none;
}

/* To hide the complete tab bar on the top: */
@@ -19,9 +19,9 @@
/* To hide the tab on the top but keep the quota bar: */
#tabbar li {
display: none;
}
-#quota {
+#tabbar li#quota {
display: list-item;
margin-bottom: 10px;
}
</code>


--
To unsubscribe, mail: cvs-uns...@lists.horde.org

0 new messages