summaryrefslogtreecommitdiff
path: root/assets/css/src/task.css
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-13 22:51:58 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-13 22:51:58 -0500
commit124f93dbadca4eb51eda378701042e564f0255b8 (patch)
tree435985b03d8a3bfc90e6754d4324322698791ae8 /assets/css/src/task.css
parent82c45622c67a5e735b653f86c43ab2a571e9b816 (diff)
Improve image thumbnails and files table
Diffstat (limited to 'assets/css/src/task.css')
-rw-r--r--assets/css/src/task.css86
1 files changed, 2 insertions, 84 deletions
diff --git a/assets/css/src/task.css b/assets/css/src/task.css
index fd5b8efc..57acb52a 100644
--- a/assets/css/src/task.css
+++ b/assets/css/src/task.css
@@ -118,21 +118,11 @@ span.task-board-date-overdue {
}
/* task score */
-.task-score {
- font-weight: bold;
-}
-
.task-board .task-score {
+ font-weight: bold;
font-size: 1.1em;
}
-.task-show-details .task-score {
- position: absolute;
- bottom: 5px;
- right: 5px;
- font-size: 2em;
-}
-
/* task age */
.task-board-closed,
.task-board-days {
@@ -167,7 +157,7 @@ span.task-board-date-overdue {
display: none;
}
-/* task view */
+/* task summary */
#task-summary {
margin-bottom: 15px;
}
@@ -204,38 +194,6 @@ span.task-board-date-overdue {
line-height: 23px;
}
-.task-show-section {
- margin-top: 30px;
- margin-bottom: 20px;
-}
-
-.task-show-files a {
- font-weight: bold;
- text-decoration: none;
-}
-
-.task-show-files li {
- margin-left: 25px;
- list-style-type: square;
- line-height: 25px;
-}
-
-.task-show-file-actions {
- font-size: 0.75em;
-}
-
-.task-show-file-actions:before {
- content: " [";
-}
-
-.task-show-file-actions:after {
- content: "]";
-}
-
-.task-show-file-actions a {
- color: #333;
-}
-
.task-show-description {
border-left: 4px solid #333;
padding-left: 20px;
@@ -267,46 +225,6 @@ span.task-board-date-overdue {
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-file-table {
- width: auto;
-}
-
.flag-milestone {
color: green;
}