Skip to content
Snippets Groups Projects
Commit 7cdd4fee authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

separate home icon and menu toggle

parent 3b3b0f6e
Branches
No related tags found
No related merge requests found
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
height: 32px; height: 32px;
} }
#header .menutoggle {
display: inline-block;
position: absolute;
left: 70px;
top: 18px;
}
/* show appname next to logo */ /* show appname next to logo */
.header-appname { .header-appname {
......
...@@ -47,6 +47,8 @@ ...@@ -47,6 +47,8 @@
<header><div id="header"> <header><div id="header">
<a href="<?php print_unescaped(link_to('', 'index.php')); ?>" title="" id="owncloud"> <a href="<?php print_unescaped(link_to('', 'index.php')); ?>" title="" id="owncloud">
<div class="logo-icon svg"></div> <div class="logo-icon svg"></div>
</a>
<a href="#" class="menutoggle">
<div class="header-appname"> <div class="header-appname">
<?php p(!empty($_['application'])?$_['application']:''); ?> <?php p(!empty($_['application'])?$_['application']:''); ?>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment