diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-02-25 13:45:15 -0800 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-02-25 13:45:15 -0800 |
commit | 217e79eaeb51587943376f0a1bfc68c3586af46e (patch) | |
tree | f58b618a7fe791505c07963b144cbac56d6067ee /views/default/css/admin.php | |
parent | 6c94d823bbea21a5ab5672a3d7780ad598e1c665 (diff) | |
download | elgg-217e79eaeb51587943376f0a1bfc68c3586af46e.tar.gz elgg-217e79eaeb51587943376f0a1bfc68c3586af46e.tar.bz2 |
Fixes #3312, #3632. Added class elgg-plugin-category-<category> to the plugin div. Exposed plugin categories under more. Changed border color and size for bundled categories.
Diffstat (limited to 'views/default/css/admin.php')
-rw-r--r-- | views/default/css/admin.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 6deceb14e..7e55c510d 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -1260,6 +1260,13 @@ a.elgg-widget-collapsed:before { padding: 5px 10px; margin: 4px 0; } +ul.elgg-plugin-categories, ul.elgg-plugin-categories > li { + display: inline; +} +.elgg-plugin-category-bundled { + border-width: 2px; + border-color: #DAA520; +} /**************************************** MARKDOWN |