diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-12-11 22:54:58 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-12-11 22:54:58 +0200 |
commit | 8f2bebeeeff9779360f8af6685bf6446b1ec486f (patch) | |
tree | 6e2b51e6c269b077d1c858838dde980f3301180e | |
parent | d235a00b113014c67beb3dd418e0f6ec17c214c1 (diff) | |
parent | e08f9686d8f26245047d19ad48df91cedabd55c2 (diff) | |
download | wekan-8f2bebeeeff9779360f8af6685bf6446b1ec486f.tar.gz wekan-8f2bebeeeff9779360f8af6685bf6446b1ec486f.tar.bz2 wekan-8f2bebeeeff9779360f8af6685bf6446b1ec486f.zip |
Merge branch 'thuanpq-make-small-add-card-at-list-top-easier-to-see' into devel
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | client/components/lists/list.styl | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 871257ec..23e4ae09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ This release adds the following new features: * [Change password of any user in Standalone Wekan Admin Panel](https://github.com/wekan/wekan/pull/1372); * [Performance optimization: Move more global subscriptions to template subscription](https://github.com/wekan/wekan/pull/1373); * [Auto update card cover with latest uploaded image attachment](https://github.com/wekan/wekan/pull/1387); -* [Always display attachment section for uploading file quickly](https://github.com/wekan/wekan/pull/1391). +* [Always display attachment section for uploading file quickly](https://github.com/wekan/wekan/pull/1391); +* [Make it easier to see the Add Card button at top of list](https://github.com/wekan/wekan/pull/1392). * Update tranlations. Add Latvian language; * Update to Meteor 1.6.0, Node 6.12.2 and MongoDB 3.2.18. diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 04685137..d5800140 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -81,6 +81,7 @@ .list-header-plus-icon color: #a6a6a6 + margin-right: 10px .highlight color: #ce1414 |