diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css index 51c5a4e9d28..5225dbd446c 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 { |