From 4b834d1cb98c074de254751fa2416a38cbb0cbca Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 9 May 2014 21:52:14 -0400 Subject: Improve 'task show' title --- assets/css/app.css | 51 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 19 deletions(-) (limited to 'assets/css') diff --git a/assets/css/app.css b/assets/css/app.css index 5dedf33b..576a0bef 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -606,7 +606,6 @@ div.task-title a { font-weight: normal; } -#infos, div.task { position: relative; } @@ -628,24 +627,6 @@ div.task .task-score { } /* task view */ -article.task li { - margin-left: 20px; - list-style-type: square; -} - -article .task-score { - font-size: 1.9em; - right: 10px; - top: 5px; -} - -#description { - border: 1px solid #999; - border-radius: 5px; - background: #f0f0f0; - padding: 10px; -} - .task-show { position: relative; } @@ -672,6 +653,38 @@ article .task-score { line-height: 1.8em; } +.task-show-details { + position: relative; + border-radius: 5px; +} + +.task-show-details h2 { + font-size: 1.8em; + margin: 0; + margin-bottom: 25px; + padding: 0; + padding-left: 10px; + padding-right: 10px; +} + +.task-show-details li { + margin-left: 25px; + list-style-type: circle; +} + +.task-show-details .task-score { + font-size: 1.9em; + right: 10px; + bottom: 5px; +} + +.task-show-description { + border: 1px solid #999; + border-radius: 5px; + background: #f0f0f0; + padding: 10px; +} + /* markdown content */ .markdown { line-height: 1.4em; -- cgit v1.2.3