diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-09-02 22:56:12 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-09-02 22:56:12 +0200 |
commit | 039cfe7edf8faf901069a94b3ca9b66f7973b26a (patch) | |
tree | 51aad49ba9478ef05f47cd5bd3fc11bfa6b81ff2 /client/components/lists/list.styl | |
parent | ed35a88a5689ed460d92a4990bc4882b7934854f (diff) | |
download | wekan-039cfe7edf8faf901069a94b3ca9b66f7973b26a.tar.gz wekan-039cfe7edf8faf901069a94b3ca9b66f7973b26a.tar.bz2 wekan-039cfe7edf8faf901069a94b3ca9b66f7973b26a.zip |
Improve list title form
Diffstat (limited to 'client/components/lists/list.styl')
-rw-r--r-- | client/components/lists/list.styl | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 3f4e9eba..1848459c 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -12,6 +12,7 @@ height: 100% border-left: 1px solid darken(white, 20%) padding: 0 + float: left &:first-child margin-left: 5px @@ -35,27 +36,13 @@ box-shadow: none height: 100px - &.list-composer, & list-composer - padding: 17px - - form - margin-top: -5px + &.list-composer, & .list-composer + .open-list-composer + color: #8c8c8c .list-name-input - background: rgba(255, 255, 255, .4) - border-color: #aaa - display: block - margin: 0 - transition: margin 85ms ease-in, - background 85ms ease-in - width: 100% - - .edit-controls - height: 32px - transition: margin 85ms ease-in, - height 85ms ease-in - overflow: hidden - margin: 4px 0 0 + background: white + margin: -3px 0 8px .list-header flex: 0 0 auto |