diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/canvas/layouts/widgets.php | 4 | ||||
-rw-r--r-- | views/default/css.php | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/views/default/canvas/layouts/widgets.php b/views/default/canvas/layouts/widgets.php index b6d8bcbf3..3ceb7305a 100644 --- a/views/default/canvas/layouts/widgets.php +++ b/views/default/canvas/layouts/widgets.php @@ -43,7 +43,7 @@ </h3> </td> <td width="17px" align="right"><a href="#"><img src="<?php echo $vars['url']; ?>_graphics/icon_customise_remove.gif" class="remove_me" /></a></td> -<td width="17px" align="right"><a href="javascript:void(0);"><img src="<?php echo $vars['url']; ?>_graphics/icon_customise_info.gif" class="more_info" /></a></td> +<td width="17px" align="right"><a href="#"><img src="<?php echo $vars['url']; ?>_graphics/icon_customise_info.gif" class="more_info" /></a></td> <td width="17px" align="right"><a href="#"><img src="<?php echo $vars['url']; ?>_graphics/icon_customise_drag.gif" class="drag_handle" /></a></td> </tr></table> @@ -195,6 +195,6 @@ </div><!-- /#wrapper_maincontent --> <p></p><!-- necessary to avoid an ie7 bug? --> </div><!-- /#layout_maincontent --> - + <!-- This clearing element should immediately follow the #layout_maincontent to force the #container to contain all child floats --> <div class="clearfloat"></div>
\ No newline at end of file diff --git a/views/default/css.php b/views/default/css.php index ea7fef5e5..3ed6f2127 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -287,6 +287,11 @@ h6 { font-size: 0.8em; } background: #cccccc; margin: 10px 0 0 0; vertical-align:text-top; + border:1px solid #cccccc; +} + +.draggable_widget_over { + border: 1px solid white !important; } #widget_picker_gallery { |