diff options
Diffstat (limited to 'assets/css/src/task.css')
-rw-r--r-- | assets/css/src/task.css | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/assets/css/src/task.css b/assets/css/src/task.css index b7a5cb9c..8d94945f 100644 --- a/assets/css/src/task.css +++ b/assets/css/src/task.css @@ -118,16 +118,14 @@ span.task-board-date-overdue { /* task score */ .task-score { font-weight: bold; - position: absolute; } .task-board .task-score { - font-size: 1.6em; - left: 2px; - bottom: 0; + font-size: 1.1em; } .task-show-details .task-score { + position: absolute; bottom: 5px; right: 5px; font-size: 2em; @@ -245,3 +243,38 @@ span.task-board-date-overdue { .task-link-closed { text-decoration: line-through; } +.task-show-images { + list-style-type: none; +} +.task-show-images li img { + width: 100%; +} +.task-show-images li .img_container { + width: 250px; + height: 100px; + overflow: hidden; +} +.task-show-images li { + padding: 10px; + overflow: auto; + width: 250px; + min-height: 120px; + display: inline-block; + vertical-align: top; +} +.task-show-images li p{ + padding: 5px; + font-weight: bold; +} +.task-show-images li:hover { + background: #eee; +} +.task-show-image-actions { + margin-left: 5px; +} +.task-show-images li .img_container:hover { + height: 100%; +} +.task-show-file-table { + width: auto; +} |