diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-06 22:40:40 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-06 22:40:40 +0000 |
commit | 0d183f0c8f8e13d1d5c8e39704e71db42ec20623 (patch) | |
tree | bf45078afc3414dc30dd660b1680949f791b86c4 /views/default/css.php | |
parent | cac9122cac365087b30bb4c8dd100c3876ccac70 (diff) | |
download | elgg-0d183f0c8f8e13d1d5c8e39704e71db42ec20623.tar.gz elgg-0d183f0c8f8e13d1d5c8e39704e71db42ec20623.tar.bz2 |
Added screenshots to plugins list.
git-svn-id: http://code.elgg.org/elgg/trunk@5638 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index b9e3bf809..cc3c82d4b 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1614,4 +1614,16 @@ a.action_button:focus { .admin_settings.menuitems li.custom_menuitem { margin-bottom:20px; } - +.plugin_info_label { + font-weight: bold; +} +.plugin_description { + font-style: italic; +} +.plugin_screenshot { + display: inline; + margin: 3px; +} +.plugin_screenshot img { + width: 100px; +}
\ No newline at end of file |