diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-13 14:42:25 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-13 14:42:25 +0000 |
commit | b239115b1144418a22bdee83e359f6cbce88c774 (patch) | |
tree | 53d010184ba966d3056989916903ea44fe4043a7 /views/default/css.php | |
parent | a1a3677c24ef96dbf682a83743a6fce7111eac2a (diff) | |
download | elgg-b239115b1144418a22bdee83e359f6cbce88c774.tar.gz elgg-b239115b1144418a22bdee83e359f6cbce88c774.tar.bz2 |
Moved plugin settings so they're more obvious.
git-svn-id: https://code.elgg.org/elgg/trunk@2746 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index f3afd935f..3d92fd2c6 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1231,6 +1231,13 @@ table.search_gallery { .plugin_details a.manifest_details { cursor:pointer; font-size:80%; +}
+.plugin_details a.pluginsettings_link {
+ cursor:pointer;
+ font-size:80%;
+}
+.pluginsettings {
+ display:none;
} .not-active .admin_plugin_enable_disable a { float:right; |