diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 13 |
1 files changed, 7 insertions, 6 deletions
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(<?php echo $vars['url']; ?>_graphics/icon_customise_info.gif) no-repeat top left; + cursor:pointer; +} #customise_editpanel img.drag_handle { + background: url(<?php echo $vars['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; |