/* task inside the board */ .task-board { position: relative; margin-right: 5px; margin-bottom: 10px; border: 1px solid #000; padding: 5px; font-size: 95%; word-wrap: break-word; } div.task-board-recent { border: 1px solid #666; } .task-table a, .task-board a { color: #000; text-decoration: none; font-weight: bold; } .task-table a:focus, .task-table a:hover, .task-board a:focus, .task-board a:hover { text-decoration: underline; } .task-board-title { margin-top: 10px; font-size: 110%; } .task-board-title a { font-weight: normal; } .task-board-user { font-size: 80%; } .task-board-current-user a { text-decoration: underline; } .task-board-current-user a:focus, .task-board-current-user a:hover { text-decoration: none; } a.task-board-nobody { font-weight: normal; font-style: italic; color: #444; } .task-board-category-container { text-align: right; padding-bottom: 2px; margin-top: 10px; } .task-board-category { font-weight: bold; font-size: 0.9em; color: #000; border: 1px solid #555; border-radius: 4px; padding: 2px; padding-right: 5px; padding-left: 5px; } .task-board-footer { height: 25px; } .task-board-date { position: absolute; bottom: 0; left: 1px; font-weight: bold; color: #000; } .task-board-date-overdue { color: #D90000; } .task-board-icons { position: absolute; bottom: 0; right: 5px; } .task-board-icons a { opacity: 0.5; } .task-board-icons span { opacity: 0.5; margin-left: 5px; } .task-board-icons a:hover, .task-board-icons span:hover { opacity: 1.0; } /* task score */ .task-score { font-weight: bold; position: absolute; } .task-board .task-score { font-size: 1.5em; right: 5px; top: 0; } /* task view */ .task-show-details { position: relative; border-radius: 5px; padding-bottom: 10px; } .task-show-details h2 { font-size: 1.8em; margin: 0; margin-bottom: 25px; padding: 0; padding-left: 10px; padding-right: 10px; } .task-show-details li { margin-left: 25px; list-style-type: circle; } .task-show-details .task-score { font-size: 1.9em; right: 10px; bottom: 5px; } .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; } .description-textarea { width: 99%; max-width: 99%; height: 300px; } .task-file-viewer { position: relative; } .task-file-viewer img { max-width: 95%; max-height: 85%; margin-top: 10px; } .task-time-form { margin-top: 10px; margin-bottom: 25px; padding: 3px; } .task-days-age { font-size: 0.8em; border: #888 1px solid; border-radius:2px; padding: 1px 4px 1px 2px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .task-days-incolumn { font-size: 0.8em; border: #888 1px solid; border-left: none; margin-left: -5px; border-radius:2px; padding: 1px 2px 1px 4px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .task-link-closed { text-decoration: line-through; }