From 1026deb7ef24677a2a0b48b4297911a4c2eceb6d Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 4 Feb 2011 21:04:34 +0000 Subject: Added new priority 'requires' for plugin dep system. You can now say that a plugin is required to be after / before another plugin in the system. git-svn-id: http://code.elgg.org/elgg/trunk@8016 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/admin.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'views/default/css') diff --git a/views/default/css/admin.php b/views/default/css/admin.php index f8806ff35..4376ca41a 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -957,6 +957,9 @@ ul.admin_plugins { .plugin_settings { font-weight: normal; } +.elgg-unsatisfied-dependency { + font-weight: bold; +} .active { border:1px solid #999999; background:white; -- cgit v1.2.3