diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/app.css | 70 | ||||
-rw-r--r-- | assets/css/src/task.css | 2 |
2 files changed, 36 insertions, 36 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index 9705b64f..aa846737 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -1077,6 +1077,41 @@ 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; +} /* comments */ .comment { margin-bottom: 20px; @@ -1556,38 +1591,3 @@ td li.dropit-trigger { .task-board .dropit-submenu a:hover { text-decoration: none; } -.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; -}
\ No newline at end of file diff --git a/assets/css/src/task.css b/assets/css/src/task.css index 39cda76a..946d18d4 100644 --- a/assets/css/src/task.css +++ b/assets/css/src/task.css @@ -253,7 +253,7 @@ span.task-board-date-overdue { } .task-show-images li .img_container { width: 250px; - height: 100px; + height: 100px; overflow: hidden; } .task-show-images li { |