Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2017-01-16 14:29:41 +01:00
parent b590658221
commit 7c824a6177
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with 4 additions and 3 deletions

View File

@ -106,11 +106,12 @@
vertical-align: middle; vertical-align: middle;
} }
#header-left #header-right { #header-left,
#header-right {
display: flex; display: flex;
} }
div.header-left { #header-left {
flex: 0 0; flex: 0 0;
flex-grow: 1; flex-grow: 1;
} }

View File

@ -42,7 +42,7 @@
<div id="notification"></div> <div id="notification"></div>
</div> </div>
<header role="banner"><div id="header"> <header role="banner"><div id="header">
<div class="header-left"> <div id="header-left">
<a href="<?php print_unescaped(link_to('', 'index.php')); ?>" <a href="<?php print_unescaped(link_to('', 'index.php')); ?>"
id="nextcloud" tabindex="1"> id="nextcloud" tabindex="1">
<div class="logo-icon"> <div class="logo-icon">