From 83f79a38831cae0a10cbf293d64e8e75dc8327ca Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 24 Jul 2017 16:14:49 +0200 Subject: [PATCH] slightly better styles --- www/todo/inner.html | 12 +++++------- www/todo/main.js | 11 +++++------ www/todo/todo.less | 28 +++++++++++++++++++++++++++- 3 files changed, 37 insertions(+), 14 deletions(-) diff --git a/www/todo/inner.html b/www/todo/inner.html index 4d8aacbce..476376a4d 100644 --- a/www/todo/inner.html +++ b/www/todo/inner.html @@ -9,13 +9,11 @@
-
- - -
-
- -
+
+ + +
+
diff --git a/www/todo/main.js b/www/todo/main.js index 17d70e361..a46c0f2f7 100644 --- a/www/todo/main.js +++ b/www/todo/main.js @@ -41,14 +41,14 @@ define([ 'class': 'cp-task' }).appendTo($list); - $('', {}) + $('', { 'class': 'cp-task-text' }) .text(APP.lm.proxy.data[el].task) .appendTo($taskDiv); - $('', {}) + $('', { 'class': 'cp-task-date' }) .text(new Date(APP.lm.proxy.data[el].ctime).toLocaleString()) .appendTo($taskDiv); $('