diff options
author | Jan-Christoph Borchardt <jan@unhosted.org> | 2012-04-15 12:23:01 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <jan@unhosted.org> | 2012-04-15 13:34:30 +0200 |
commit | 5868199e85b88f81f3b75fa2d203bb2074cb5215 (patch) | |
tree | 74dd4ea587d4eb80920b0b04d06598f47c04cab8 /core/templates/layout.user.php | |
parent | b669c846b097b6f16d99191fb2ecfe0a408ea589 (diff) | |
download | nextcloud-server-5868199e85b88f81f3b75fa2d203bb2074cb5215.tar.gz nextcloud-server-5868199e85b88f81f3b75fa2d203bb2074cb5215.zip |
fixed settings hover, now whole row sensitive and fading not jerky
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 85cf0899792..61eb0de9f42 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -44,7 +44,7 @@ <ul id="settings" class="svg"> <img id="expand" class="svg" alt="<?php echo $l->t('Settings');?>" src="<?php echo image_path('', 'actions/settings.svg'); ?>" /> - <span style="display:none;"><?php echo $l->t('Settings');?></span> + <span><?php echo $l->t('Settings');?></span> <div id="expanddiv" <?php if($_['bodyid'] == 'body-user') echo 'style="display:none;"'; ?>> <?php foreach($_['settingsnavigation'] as $entry):?> <li><a style="background-image:url(<?php echo $entry['icon']; ?>)" href="<?php echo $entry['href']; ?>" title="" <?php if( $entry["active"] ): ?> class="active"<?php endif; ?>><?php echo $entry['name'] ?></a></li> |