diff --git a/plugins/unl_theme/views/default/css.php b/plugins/unl_theme/views/default/css.php index edea38de1a2e1ee9b017b7add49c62db8dd2e124..6476a8c0eb115fc825765420edb75c1b7a6d4a2a 100644 --- a/plugins/unl_theme/views/default/css.php +++ b/plugins/unl_theme/views/default/css.php @@ -126,7 +126,8 @@ float:left; height:94px; width:58px; - background:url('<?php echo $vars['url']; ?>/mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat top left; + background:url('<?php echo $vars['url']; ?>/mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat; + background-position: 0 0; } #elggOption .optionMessage{ padding:20px 0; @@ -198,6 +199,9 @@ position:relative; top:2px; } + #actionBar.elggLogin #elggOption > a.switchAction { + background-position:0 -97px; + } /* End Action Notification Box*/ <?php } //end if not logged in ?> diff --git a/plugins/unl_theme/views/default/images/loginTabSlider.png b/plugins/unl_theme/views/default/images/loginTabSlider.png index 884e2fc164ce90c09418577e8b46ae870fa8f658..9827208c7917249e4703811e0473c0cb466811c8 100644 Binary files a/plugins/unl_theme/views/default/images/loginTabSlider.png and b/plugins/unl_theme/views/default/images/loginTabSlider.png differ