Browse Source

separate home icon and menu toggle

tags/v7.0.0alpha2
Jan-Christoph Borchardt 10 years ago
parent
commit
7cdd4fee9a
2 changed files with 8 additions and 0 deletions
  1. 6
    0
      core/css/header.css
  2. 2
    0
      core/templates/layout.user.php

+ 6
- 0
core/css/header.css View File

@@ -22,6 +22,12 @@
height: 32px;
}

#header .menutoggle {
display: inline-block;
position: absolute;
left: 70px;
top: 18px;
}

/* show appname next to logo */
.header-appname {

+ 2
- 0
core/templates/layout.user.php View File

@@ -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>

Loading…
Cancel
Save