From dfb33b677503d4c316d406a899ed95fe29ac9d5c Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 10 Oct 2008 17:20:14 +0000 Subject: Updated widget picker gallery to use classes for images rather than hard-coded resources. git-svn-id: https://code.elgg.org/elgg/trunk@2229 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 0701a99a6..99ce76be1 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1947,15 +1947,16 @@ a.toggle_customise_edit_panel:hover { overflow: hidden; padding:4px; } +#customise_editpanel img.more_info { + background: url(_graphics/icon_customise_info.gif) no-repeat top left; + cursor:pointer; +} #customise_editpanel img.drag_handle { + background: url(_graphics/icon_customise_drag.gif) no-repeat top left; cursor:move; - padding-top: 4px; } -#customise_editpanel img.remove_me { - padding-top: 4px; -} -#customise_editpanel img.more_info { - padding-top: 4px; +#customise_editpanel img { + margin-top:4px; } #widget_moreinfo { position:absolute; -- cgit v1.2.3