From e236b5064cd62f40bc910fafe48ac4b9701a4bcd Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 22 Feb 2019 23:09:07 +0800 Subject: Develop link feature on todo page. --- .../todo-list-page/todo-list-page.component.css | 41 ++++++++++++++-------- 1 file changed, 26 insertions(+), 15 deletions(-) (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css') diff --git a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css index 6a603863..89a0f0ce 100644 --- a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css +++ b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css @@ -2,20 +2,15 @@ align-self: flex-end; } -.first-item-box { - justify-content: space-between; -} - .item-box { display: flex; width: 100%; - padding: 10px; + padding: 5px; box-sizing: border-box; } -.sample-box { - box-sizing: border-box; - align-self: flex-start; +.first-item-box { + justify-content: space-between; } .item-id { @@ -26,13 +21,6 @@ height: 1.2rem; } -.item-id-sample { - display: inline-block; - border-radius: 0.2em; - width: 1em; - height: 1em; -} - .item-id-open { background: red; } @@ -40,3 +28,26 @@ .item-id-closed { background: green; } + +.item-title { + margin-left: 5px; + color: black; + text-decoration: none; +} + +.sample-box { + box-sizing: border-box; + align-self: flex-start; +} + +.sample-container { + display: flex; + align-items: center; +} + +.item-id-sample { + border-radius: 0.2em; + width: 1em; + height: 1em; + margin-right: 2px; +} -- cgit v1.2.3