summaryrefslogtreecommitdiffstats
path: root/client/components/main/header.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-11-29 14:19:49 +0200
committerLauri Ojansivu <x@xet7.org>2017-11-29 14:19:49 +0200
commited95542b675aa34dee1c6eaafb1fb3a157215039 (patch)
tree4daa8de28d5b7604630b793f0043550eaa2476a7 /client/components/main/header.styl
parent9c283112edce9e7dd4bc1bd3b99a64b297082256 (diff)
parent54036fd7a3ac9bf25b6c601890491af66571d5ff (diff)
downloadwekan-ed95542b675aa34dee1c6eaafb1fb3a157215039.tar.gz
wekan-ed95542b675aa34dee1c6eaafb1fb3a157215039.tar.bz2
wekan-ed95542b675aa34dee1c6eaafb1fb3a157215039.zip
Merge branch 'devel'
Diffstat (limited to 'client/components/main/header.styl')
-rw-r--r--client/components/main/header.styl26
1 files changed, 24 insertions, 2 deletions
diff --git a/client/components/main/header.styl b/client/components/main/header.styl
index 191e8893..4abc1d55 100644
--- a/client/components/main/header.styl
+++ b/client/components/main/header.styl
@@ -191,11 +191,33 @@
bottom: 0px
ul
- width: calc(100% - 150px)
+ width: calc(100% - 60px)
overflow: ellipsis
+ padding: 10px
+ margin: -10px
li
- height: 28px
+ height: 100%
+ padding: 12px 0px
+ margin: -10px 0px
+
+ a
+ height: 100%
+ padding: 12px 10px
+ margin: -10px 0px
+
+ .fa-home
+ font-size: 26px
+ margin-top: -2px
+
+ #header-new-board-icon
+ display: none
+
+ #header-user-bar
+ position: absolute
+ right: 0px
+ padding: 10px
+ margin: -10px
.announcement,
.offline-warning