From 216887490e3be0ba141484afc11d37475e91562d Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Thu, 11 Jun 2015 12:35:08 +0200 Subject: Fix card title edition Closes #184 --- client/components/activities/comments.styl | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 client/components/activities/comments.styl (limited to 'client/components/activities') diff --git a/client/components/activities/comments.styl b/client/components/activities/comments.styl new file mode 100644 index 00000000..f372e5ef --- /dev/null +++ b/client/components/activities/comments.styl @@ -0,0 +1,46 @@ +.new-comment + position: relative + margin: 0 0 20px 38px + + .member + opacity: .7 + position: absolute + top: 1px + left: -38px + + &.focus + .member + opacity: 1 + + .helper + display: inline-block + + .new-comment-input + min-height: 108px + color: #4d4d4d + cursor: auto + overflow: hidden + word-wrap: break-word + + .too-long + margin-top: 8px + +.new-comment-input + background-color: #fff + border: 0 + box-shadow: 0 1px 2px rgba(0, 0, 0, .23) + color: #8c8c8c + height: 36px + margin: 4px 4px 6px 0 + padding: 9px 11px + width: 100% + + &:hover, + &:focus + background-color: #fff + box-shadow: 0 1px 3px rgba(0, 0, 0, .33) + border: 0 + cursor: pointer + + &:focus + cursor: auto -- cgit v1.2.3-1-g7c22