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.
This commit is contained in:
Maxime Quandalle 2015-06-12 13:59:39 +02:00
parent 216887490e
commit c894567987
31 changed files with 590 additions and 691 deletions

View file

@ -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