diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-11 17:22:10 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-11 17:22:10 -0500 |
commit | 8bf054a480ecc2d31b857cb27bd6256f1efdd74c (patch) | |
tree | 390065e6c102bc3e8d5dcf5b5e6d7174e5b26da2 /assets/sass | |
parent | 28052edb22cb0a65d3ad81c7654a0673de82e1ac (diff) |
Open comments in board view with a modal dialog instead of tooltip
Diffstat (limited to 'assets/sass')
-rw-r--r-- | assets/sass/_comment.sass | 12 | ||||
-rw-r--r-- | assets/sass/_task_board_icons.sass | 8 |
2 files changed, 14 insertions, 6 deletions
diff --git a/assets/sass/_comment.sass b/assets/sass/_comment.sass index c65ebc25..5962d983 100644 --- a/assets/sass/_comment.sass +++ b/assets/sass/_comment.sass @@ -26,7 +26,6 @@ .comment-title border-bottom: 1px dotted #eee margin-left: 55px - margin-bottom: 10px .comment-date color: color('light') @@ -34,8 +33,8 @@ .comment-actions font-size: size('small') - margin-left: 55px - margin-top: 8px + margin-bottom: 10px + text-align: right li display: inline a @@ -47,3 +46,10 @@ .comment-content margin-left: 55px + +.comments + .text-editor + textarea + height: 90px + .text-editor-preview-area + height: 90px diff --git a/assets/sass/_task_board_icons.sass b/assets/sass/_task_board_icons.sass index 6314efd3..ae58f108 100644 --- a/assets/sass/_task_board_icons.sass +++ b/assets/sass/_task_board_icons.sass @@ -9,12 +9,14 @@ span opacity: 0.5 margin-left: 4px - a:hover, span:hover - opacity: 1.0 + a + &:hover + opacity: 1.0 + font-weight: bold .task-board-icons-row line-height: 22px .task-score - font-weight: 500 + font-weight: bold .flag-milestone color: green |