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:
authorAndreas Jacobsen <andreasjacobsen93@gmail.com>2017-06-29 09:54:10 +0300
committerraimund-schluessler <raimund.schluessler+github@mailbox.org>2017-06-29 09:54:10 +0300
commita4cf0f79a914d1c41d2eeb791565ecfb424c596e (patch)
tree441b702ec376bab75d397b6a381ebdf1c96e8fec /css
parent6aeee8c355f90977fa093d96707b10a986f5c90a (diff)
Move percentdone bar to bottom of task (#87)
* Move percentdone bar to bottom of task * Update style.css * Removed round corners * Update style.css * Update part.taskbody.php * Update style.css * Update style.css * Update style.css
Diffstat (limited to 'css')
-rw-r--r--css/style.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index 2bbddf9b..87c873bf 100644
--- a/css/style.css
+++ b/css/style.css
@@ -112,7 +112,7 @@
#content .icon {
background-image: url("../img/sprites.svg");
height: 20px;
- width: 20px;
+ width: 18px;
display: inline-block;
cursor: pointer;
vertical-align: middle;
@@ -375,7 +375,7 @@
}
#content li.task-item .task-body .icon.large,
#content div.task-item .task-body .icon.large{
- height: 34px;
+ height: 24px;
}
#content li.task-item .task-body,
#content div.task-item .task-body {
@@ -1428,10 +1428,23 @@ li.ui-draggable-dragging .duedate {
}
div.percentdone {
height: 3px;
- margin-bottom: -3px;
+ border-radius: 2px 0px 0px 2px;
+ opacity: 0.75;
+}
+div.percentbar {
+ height: 3px;
+ position: relative;
+ top: 26px;
+ left: 42px;
+ margin-right: 103px;
+ margin-bottom: -5px;
background-color: #CCC;
border-radius: 2px 2px 2px 2px;
}
+.icon_margin {
+ top: 2px;
+ position: relative;
+}
#searchresults {
padding-top: 0px !important;
margin-top: 20px !important;