diff options
author | Brice Maron <brice@bmaron.net> | 2012-05-23 21:02:34 +0000 |
---|---|---|
committer | Brice Maron <brice@bmaron.net> | 2012-05-23 21:02:34 +0000 |
commit | 97d682dc13eac54b4ddebd97e2089c42c4b799e2 (patch) | |
tree | 565eda2396525a56708fd39403c12835faa663b9 /apps/tasks | |
parent | 60fdc13ae60a4d1bb62cbf29a8ab4b5ac1159709 (diff) | |
download | nextcloud-server-97d682dc13eac54b4ddebd97e2089c42c4b799e2.tar.gz nextcloud-server-97d682dc13eac54b4ddebd97e2089c42c4b799e2.zip |
Correct small style problem with task app fix #oc-689
Diffstat (limited to 'apps/tasks')
-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;} |