diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-06-12 13:59:39 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-06-12 17:48:15 +0200 |
commit | c8945679872a0708eb67a477a99a65d508c84cb0 (patch) | |
tree | 5cf9f2cc842f891451f7bc247b5f0833c1ab39e7 /client/components/cards/minicard.styl | |
parent | 216887490e3be0ba141484afc11d37475e91562d (diff) | |
download | wekan-c8945679872a0708eb67a477a99a65d508c84cb0.tar.gz wekan-c8945679872a0708eb67a477a99a65d508c84cb0.tar.bz2 wekan-c8945679872a0708eb67a477a99a65d508c84cb0.zip |
Work on the card activities and comments
This commit also introduces a new CSSEvents object that is used to
abstract vendor specifics events related to CSS transitions and
animations.
Fixes #183.
Fixes #179.
Diffstat (limited to 'client/components/cards/minicard.styl')
-rw-r--r-- | client/components/cards/minicard.styl | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index ebad8dec..c854b1f5 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -78,20 +78,34 @@ margin-bottom: 2px text-decoration: none word-wrap: break-word - clear: both &::selection background: transparent .minicard-labels float: right + display: flex .minicard-label - float: right width: 11px height: @width border-radius: 2px - margin-right: 3px + margin-left: 3px + + .badges + float: left + margin-top: 5px + color: darken(white, 60%) + + &:empty + display: none + + .badge + float: left + margin-right: 10px + + .badge-text + font-size: 0.9em .minicard-members float: right @@ -109,12 +123,6 @@ .minicard-members:empty display: none - .badges - float: left - - &:empty - display: none - &.minicard-composer margin-bottom: 10px |