From 5829097649009879edd325b38b978e4061553805 Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 8 Feb 2011 05:28:42 +0000 Subject: Added suggests to the plugins deps system. It parallels the requires system, but doesn't affect if the plugin can be enabled and only shows up in the deps table on the advanced view. git-svn-id: http://code.elgg.org/elgg/trunk@8070 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/admin.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'views/default/css/admin.php') diff --git a/views/default/css/admin.php b/views/default/css/admin.php index e1aee66fe..729c770bb 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -1001,6 +1001,7 @@ ul.admin_plugins { .plugin_details h3 { margin-top:-13px; color:black; + padding-bottom: 10px; } .plugin_settings { font-weight: normal; @@ -1008,9 +1009,22 @@ ul.admin_plugins { .elgg-unsatisfied-dependency { font-weight: bold; } +.elgg-dependency-suggests { + font-weight: normal; +} +p.elgg-unsatisfied-dependency { + padding: 5px 0; + font-weight: bold; +} +p.elgg-dependency-suggests { + font-weight: normal; +} .elgg-plugin-screenshot { display: inline; } +.elgg-plugin-screenshot img { + border: 1px solid #999999; +} .elgg-plugin-screenshot-lightbox { display: block; position: absolute; -- cgit v1.2.3