diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-03-26 17:57:05 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-03-26 18:15:34 +0200 |
commit | 2048e3e2014aceaee16336f3ceddbb00cf92993e (patch) | |
tree | 70e8115a8a1c1ef6e5d3a2fd0dbe0fc0acc5875c /core/templates | |
parent | ec6853a2a65c284af08f0241699f227516f25464 (diff) | |
download | nextcloud-server-2048e3e2014aceaee16336f3ceddbb00cf92993e.tar.gz nextcloud-server-2048e3e2014aceaee16336f3ceddbb00cf92993e.zip |
replace name in top right with icon for less noise
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index adeeaf03797..a7da4a39dd7 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -160,8 +160,7 @@ > <?php endif; ?> </div> - <span id="expandDisplayName"><?php p(trim($_['user_displayname']) != '' ? $_['user_displayname'] : $_['user_uid']) ?></span> - <div class="icon-caret"></div> + <div id="expandDisplayName" class="icon-settings-white"></div> </div> <div id="expanddiv"> <ul> |