diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-27 19:38:56 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-27 19:38:56 +0000 |
commit | d512c054760189c1662d749bca971f98350eecc2 (patch) | |
tree | 0cd6c55b33d0d338307156844895e23b34216965 | |
parent | 4585e916128f2b335bbbe3a0ed5b3e6a321b10d3 (diff) | |
download | elgg-d512c054760189c1662d749bca971f98350eecc2.tar.gz elgg-d512c054760189c1662d749bca971f98350eecc2.tar.bz2 |
enable/disable mods buttons layout tweaked
git-svn-id: https://code.elgg.org/elgg/trunk@2991 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 9747c51af..3b7180af5 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1418,6 +1418,9 @@ table.search_gallery { .contentIntro .enableallplugins { margin-left:10px; } +.contentIntro .disableallplugins { + margin-left:20px; +} .contentIntro .enableallplugins, .not-active .admin_plugin_enable_disable a { font: 12px/100% Arial, Helvetica, sans-serif; |