From 9194a2604d79ef97994d01c35fb454f745b5412c Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 30 Aug 2014 14:08:46 -0800 Subject: Projects management refactoring --- assets/css/app.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'assets') diff --git a/assets/css/app.css b/assets/css/app.css index ad5a9cf0..e5f2fc57 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -420,13 +420,16 @@ a.btn-red:hover, background: #c53727; } +a.btn-blue, .btn-blue { border-color: #3079ed; background: #4d90fe; color: #fff; } +a.btn-blue:hover, .btn-blue:hover, +a.btn-blue:focus, .btn-blue:focus { border-color: #2f5bb7; background: #357ae8; @@ -673,14 +676,17 @@ a.task-board-nobody { } /* task view */ +.project-show, .task-show { position: relative; } +.project-show-main, .task-show-main { margin-left: 330px; } +.project-show-sidebar, .task-show-sidebar { position: absolute; left: 0px; @@ -693,6 +699,7 @@ a.task-board-nobody { border-radius: 5px; } +.project-show-sidebar li, .task-show-sidebar li { list-style-type: square; margin-left: 30px; @@ -968,6 +975,35 @@ tr td.task-orange, margin-bottom: 15px; } +/* project view */ +.project-listing { + border-left: 3px solid #000; + margin-left: 35px; + padding-bottom: 10px; + width: 700px; +} + +.project-listing li { + font-size: 1.3em; + line-height: 1.7em; + list-style-type: none; + margin-left: 20px; + border-bottom: 1px dashed #ccc; +} + +.project-listing li:hover { + border-color: #333; +} + +.project-listing a { + text-decoration: none; +} + +.project-listing a:hover, +.project-listing a:focus { + color: #000; +} + /* confirmation box */ .confirm { max-width: 700px; -- cgit v1.2.3