summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css
index 5a92c5a89..43794a4c8 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -156,6 +156,54 @@ dl.multiselect .form-item {
}
/*
+** Menus
+*/
+ul.menu {
+ list-style: none;
+ border: none;
+ text-align:left;
+}
+ul.menu li {
+ margin: 0 0 0 0.5em;
+}
+li.expanded {
+ list-style-type: circle;
+ list-style-image: url(../../misc/menu-expanded.png);
+ padding: 0.2em 0.5em 0 0;
+ margin: 0;
+}
+li.collapsed {
+ list-style-type: disc;
+ list-style-image: url(../../misc/menu-collapsed.png);
+ padding: 0.2em 0.5em 0 0;
+ margin: 0;
+}
+li.leaf {
+ list-style-type: square;
+ list-style-image: url(../../misc/menu-leaf.png);
+ padding: 0.2em 0.5em 0 0;
+ margin: 0;
+}
+li a.active {
+ color: #000;
+}
+td.menu-disabled {
+ background: #ccc;
+}
+ul.links {
+ margin: 0;
+ padding: 0;
+}
+ul.links.inline {
+ display: inline;
+}
+ul.links li {
+ display: inline;
+ list-style-type: none;
+ padding: 0 0.5em;
+}
+
+/*
** Tab navigation
*/
ul.primary {