diff options
author | Brice Maron <brice@bmaron.net> | 2012-05-23 21:02:34 +0000 |
---|---|---|
committer | Brice Maron <brice@bmaron.net> | 2012-05-23 22:36:36 +0000 |
commit | 20e9903396a945676e2107d3497bd152be0f2691 (patch) | |
tree | bf68e787fdc0007ad849322b110f58a8fd0907ab /apps | |
parent | 647888eea27442111b12c5f655b0895f8a83dc01 (diff) | |
download | nextcloud-server-20e9903396a945676e2107d3497bd152be0f2691.tar.gz nextcloud-server-20e9903396a945676e2107d3497bd152be0f2691.zip |
Correct small style problem with task app fix #oc-689
Diffstat (limited to 'apps')
-rw-r--r-- | apps/tasks/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tasks/css/style.css b/apps/tasks/css/style.css index d78521bc09c..3cf175e6463 100644 --- a/apps/tasks/css/style.css +++ b/apps/tasks/css/style.css @@ -32,7 +32,7 @@ .task .completed {position:absolute;left:3em;top:0.3em;} -.task .summary{padding-left:4em;} +.task .summary{padding-left:4em;height:2em;} .task .summary input{position:relative;left:5px;} .task.done .summary{text-decoration:line-through;} |