diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-17 09:10:09 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-23 09:08:10 +0100 |
commit | ac6d50165722a7394e14b909614dbe8ac87d8fdf (patch) | |
tree | f880b6cab01f60cb8c81af55704f8438fad924b4 /core | |
parent | bfc4590c2819b5ce4d652f993c026d4ea32caf8f (diff) | |
download | nextcloud-server-ac6d50165722a7394e14b909614dbe8ac87d8fdf.tar.gz nextcloud-server-ac6d50165722a7394e14b909614dbe8ac87d8fdf.zip |
fix appname position
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index a8f72c7129f..0134ca951d4 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -90,8 +90,7 @@ } .header-appname-container { display: inline-block; - height: 27px; - padding-top: 18px; + padding-top: 22px; padding-right: 10px; } /* show caret indicator next to logo to make clear it is tappable */ @@ -161,7 +160,7 @@ font-size: 16px; font-weight: 300; margin: 0; - margin-top: -24px; + margin-top: -27px; padding: 7px 0 7px 5px; vertical-align: middle; } |