From 7af67934cf67d40e1471b519ecdf06343203c6f6 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 25 Oct 2014 16:01:08 -0400 Subject: Add icons and shortcuts to the board (pull-request #348) --- app/Template/board_index.php | 26 ++++++++++++++++++++++---- assets/css/app.css | 9 +++++++++ 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/app/Template/board_index.php b/app/Template/board_index.php index bff7dcc9..4fd3d326 100644 --- a/app/Template/board_index.php +++ b/app/Template/board_index.php @@ -2,6 +2,9 @@ @@ -16,10 +19,25 @@ -
  • -
  • -
  • -
  • +
  • + +
  • +
  • + + $current_project_id)) ?> +
  • +
  • + + $current_project_id)) ?> +
  • +
  • + + $current_project_id)) ?> +
  • + +
  • + $current_project_id)) ?> + diff --git a/assets/css/app.css b/assets/css/app.css index 630d94c5..c767cab1 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -522,6 +522,15 @@ nav .active a { border-bottom: 1px dotted red; } +.page-header h2 a { + color: #ddd; +} + +.page-header h2 a:focus, +.page-header h2 a:hover { + color: #333; +} + .page-header ul { text-align: left; margin-top: 5px; -- cgit v1.2.3