From 0d183f0c8f8e13d1d5c8e39704e71db42ec20623 Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 6 Apr 2010 22:40:40 +0000 Subject: Added screenshots to plugins list. git-svn-id: http://code.elgg.org/elgg/trunk@5638 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'views/default/css.php') 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 -- cgit v1.2.3