diff --git a/core/css/header.css b/core/css/header.css index 51c5a4e9d2816b9931d5945d23a1983bc1fe7c25..5225dbd446cfb10340756b02cd7b86454d815aa6 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -22,6 +22,12 @@ height: 32px; } +#header .menutoggle { + display: inline-block; + position: absolute; + left: 70px; + top: 18px; +} /* show appname next to logo */ .header-appname { diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 389f1fda50afef4314aaf55896afc492bef960fe..bc4578d269439f6a9bbbd3973a206b2dc04f9c29 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -47,6 +47,8 @@ <header><div id="header"> <a href="<?php print_unescaped(link_to('', 'index.php')); ?>" title="" id="owncloud"> <div class="logo-icon svg"></div> + </a> + <a href="#" class="menutoggle"> <div class="header-appname"> <?php p(!empty($_['application'])?$_['application']:''); ?> </div>