diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-22 00:04:47 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-22 00:04:47 +0200 |
commit | 78a04643545d692a8700706bd261f53151de2b0e (patch) | |
tree | a3fe992cfe40a1ee899e2cb963b48538410bdf98 /core/templates | |
parent | 4e93d9e3a23f169dfc28d0ca8311a2d15180a0ad (diff) | |
download | nextcloud-server-78a04643545d692a8700706bd261f53151de2b0e.tar.gz nextcloud-server-78a04643545d692a8700706bd261f53151de2b0e.zip |
replace logo-wide on share page as well with better icon + text
Diffstat (limited to 'core/templates')
-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 bcf47316a73..61f164719d0 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -46,7 +46,7 @@ </div> </a> - <a href="#" class="menutoggle" tabindex="2"> + <a href="#" class="header-appname-container menutoggle" tabindex="2"> <h1 class="header-appname"> <?php if(OC_Util::getEditionString() === '') { |