aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/admin.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-04 21:04:34 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-04 21:04:34 +0000
commit1026deb7ef24677a2a0b48b4297911a4c2eceb6d (patch)
treef155d96d9369aab9adae2f2c07c69fac1fd84914 /views/default/css/admin.php
parent21874b0235acfe83d9f260d9bc71489dbce9172f (diff)
downloadelgg-1026deb7ef24677a2a0b48b4297911a4c2eceb6d.tar.gz
elgg-1026deb7ef24677a2a0b48b4297911a4c2eceb6d.tar.bz2
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
Diffstat (limited to 'views/default/css/admin.php')
-rw-r--r--views/default/css/admin.php3
1 files changed, 3 insertions, 0 deletions
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;