summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/app.css19
1 files changed, 10 insertions, 9 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
index b4f8f6a6..45b550a6 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -26,6 +26,10 @@ body {
text-rendering: optimizeLegibility;
}
+.align-right {
+ text-align: right;
+}
+
/* links */
a {
color: #3366CC;
@@ -841,6 +845,12 @@ a.task-board-nobody {
margin-top: 10px;
}
+.task-time-form {
+ margin-top: 10px;
+ margin-bottom: 25px;
+ padding: 3px;
+}
+
/* comments */
.comment {
margin-bottom: 20px;
@@ -918,15 +928,6 @@ a.task-board-nobody {
vertical-align: middle;
}
-.subtasks-time-tracking h4 {
- margin-bottom: 5px;
-}
-
-.subtasks-time-tracking li {
- list-style-type: square;
- margin-left: 30px;
-}
-
/* markdown content */
.markdown {
line-height: 1.4em;