diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 0da9d8be2..0701a99a6 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -2165,4 +2165,8 @@ a.toggle_customise_edit_panel:hover { width:683px; } - +div.ajax_loader { + background: url(<?php echo $vars['url']; ?>_graphics/ajax_loader.gif) no-repeat top center; + width:100%; + height:33px; +} |