diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-16 20:30:38 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-23 09:06:45 +0100 |
commit | bfa50a4444a9542e8c7d47def2b330d21dd6323b (patch) | |
tree | 10c66d6022f3ecd5f37958260271ec3801373d58 /core/css | |
parent | 7c824a6177db47e8c21065e9943e163ecf3e8e38 (diff) | |
download | nextcloud-server-bfa50a4444a9542e8c7d47def2b330d21dd6323b.tar.gz nextcloud-server-bfa50a4444a9542e8c7d47def2b330d21dd6323b.zip |
more cleanup
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.scss | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 8ecdfaa1a9c..a46326e6a44 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -108,7 +108,8 @@ #header-left, #header-right { - display: flex; + display: inline-flex; + align-items: center; } #header-left { @@ -117,7 +118,6 @@ } #header-right { - display: flex; justify-content: flex-end; } } @@ -305,18 +305,6 @@ /* USER MENU -----------------------------------------------------------------*/ -/* info part on the right, used e.g. for info on who shared something */ -.header-right { - position: absolute; - right: 0; - padding: 7px 5px; - color: #fff; - height: 100%; - max-width: 80%; - white-space: nowrap; - box-sizing: border-box; -} - #settings { display: inline-block; color: #ddd; |