Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2015-09-01 23:05:52 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2015-09-05 14:52:56 +0300
commit5c414394a08df5e73b0e60add0c56c3a055060b7 (patch)
treea75c446bf1deb1fcac01431fcca5e686f51a8c11 /css
parentd1e646ea64a7197fe3da51a0ba46563469292223 (diff)
Right align subtasks toggling and note icon
Diffstat (limited to 'css')
-rw-r--r--css/style.css29
1 files changed, 19 insertions, 10 deletions
diff --git a/css/style.css b/css/style.css
index 93fb0c20..6febc8f4 100644
--- a/css/style.css
+++ b/css/style.css
@@ -121,11 +121,11 @@
top: 7px;
}
#content .icon.task-attachment {
- background-position: 0 -60px;
+ background-position: 0 -120px;
display: none;
}
#content .icon.subtasks {
- display: none;
+ float:right;
background-position: -220px -100px;
}
#content .icon.detail-trash {
@@ -269,6 +269,10 @@
#content div.task-item .subtasks-container .task-item {
margin-top: -1px;
}
+#content li.task-item .task-body .icon.large,
+#content div.task-item .task-body .icon.large{
+ height: 34px;
+}
#content li.task-item .task-body,
#content div.task-item .task-body {
-moz-box-sizing: border-box;
@@ -351,20 +355,25 @@
#content div.task-item .task-body .title-wrapper .title {
cursor: text;
}
-#content li.task-item .task-body .title-wrapper.attachment .task-attachment,
-#content div.task-item .task-body .title-wrapper.attachment .task-attachment {
+#content li.task-item .task-body.attachment .icon.task-attachment,
+#content div.task-item .task-body.attachment .icon.task-attachment {
display: inline-block;
+ float: right;
+}
+#content li.task-item .task-body .icon.subtasks,
+#content div.task-item .task-body .icon.subtasks {
+ display: none;
}
-#content li.task-item .task-body .title-wrapper.subtasks .subtasks,
-#content div.task-item .task-body .title-wrapper.subtasks .subtasks {
+#content li.task-item .task-body.subtasks .icon.subtasks,
+#content div.task-item .task-body.subtasks .icon.subtasks {
display: inline-block;
}
-#content li.task-item .task-body .title-wrapper.subtasks.subtaskshidden .subtasks,
-#content div.task-item .task-body .title-wrapper.subtasks.subtaskshidden .subtasks {
+#content li.task-item .task-body.subtasks.subtaskshidden .icon.subtasks,
+#content div.task-item .task-body.subtasks.subtaskshidden .icon.subtasks {
background-position: -260px -100px;
}
-#content li.task-item .task-body .title-wrapper.subtasks.subtaskshidden .subtasks:hover,
-#content div.task-item .task-body .title-wrapper.subtasks.subtaskshidden .subtasks:hover {
+#content li.task-item .task-body.subtasks.subtaskshidden .icon.subtasks:hover,
+#content div.task-item .task-body.subtasks.subtaskshidden .icon.subtasks:hover {
background-position: -220px -100px;
}
#content li.task-item .task-body .duedate,