summaryrefslogtreecommitdiff
path: root/assets/css/print.css
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-04 12:39:43 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-04 12:39:43 -0400
commit37c1b79bddfb7a43aacbcad6f790562786645a03 (patch)
tree0289610eb14539538f73663816a3ae006fd800b9 /assets/css/print.css
parent554500aa493faa66b43b2ddce72338880a874724 (diff)
Do not allow closed tasks to move on the board
Diffstat (limited to 'assets/css/print.css')
-rw-r--r--assets/css/print.css32
1 files changed, 9 insertions, 23 deletions
diff --git a/assets/css/print.css b/assets/css/print.css
index 7e5f9f9d..8f0e7e20 100644
--- a/assets/css/print.css
+++ b/assets/css/print.css
@@ -251,7 +251,12 @@ th a:hover {
}
div.task-board-recent {
- border: 1px solid #666;
+ box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
+}
+
+div.task-board-status-closed {
+ user-select: none;
+ border: 1px dotted #555;
}
.task-table a,
@@ -374,6 +379,7 @@ span.task-board-date-overdue {
}
/* task age */
+.task-board-closed,
.task-board-days {
position: absolute;
right: 5px;
@@ -460,7 +466,7 @@ span.task-board-date-overdue {
padding-left: 20px;
}
-.description-textarea {
+.task-show-description-textarea {
width: 99%;
max-width: 99%;
height: 300px;
@@ -525,27 +531,7 @@ span.task-board-date-overdue {
.task-show-file-table {
width: auto;
}
-
-/* screenshots */
-#screenshot-zone {
- position: relative;
- border: 2px dashed #ccc;
- width: 90%;
- height: 250px;
- overflow: auto;
-}
-
-#screenshot-inner {
- position: absolute;
- left: 0;
- bottom: 48%;
- width: 100%;
- text-align: center;
-}
-
-#screenshot-zone.screenshot-pasted {
- border: 2px solid #333;
-}/* comments */
+/* comments */
.comment {
margin-bottom: 20px;
}