diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-31 11:05:47 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-31 11:05:47 -0500 |
commit | 9570793f68d44179f9b7e0b264e5fbe0ca839c51 (patch) | |
tree | 08d14952e0eb02742742baf7706d5531a55bcb8d /assets/css/src | |
parent | 3279768c1cff1534f435a080c4765f8a45290a4e (diff) |
Add a "Me" button to assignee form element
Diffstat (limited to 'assets/css/src')
-rw-r--r-- | assets/css/src/task.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/src/task.css b/assets/css/src/task.css index 7bfb63e2..a62ee2cd 100644 --- a/assets/css/src/task.css +++ b/assets/css/src/task.css @@ -329,3 +329,9 @@ div.color-square-selected { height: 28px; box-shadow: 3px 2px 10px 0 rgba(180,180,180,0.9); } + +/* Assign to me */ +.assign-me { + font-size: 0.8em; + vertical-align: bottom; +} |