From 4228fc2c2f9b438f9ed524f5d56549629baa8e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Mon, 14 May 2012 11:20:45 +0200 Subject: [PATCH] Revamped appearance of resources usage box FEA: ItEr76S15OrganizingPerProjectDashboard --- .../webapp/dashboard/_dashboardfororder.zul | 39 +++++++++++-------- .../main/webapp/dashboard/css/dashboard.css | 12 ++++++ 2 files changed, 34 insertions(+), 17 deletions(-) diff --git a/libreplan-webapp/src/main/webapp/dashboard/_dashboardfororder.zul b/libreplan-webapp/src/main/webapp/dashboard/_dashboardfororder.zul index 1c67b89f6..8721d584e 100644 --- a/libreplan-webapp/src/main/webapp/dashboard/_dashboardfororder.zul +++ b/libreplan-webapp/src/main/webapp/dashboard/_dashboardfororder.zul @@ -69,23 +69,28 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/libreplan-webapp/src/main/webapp/dashboard/css/dashboard.css b/libreplan-webapp/src/main/webapp/dashboard/css/dashboard.css index fe60b7c15..36dec2035 100644 --- a/libreplan-webapp/src/main/webapp/dashboard/css/dashboard.css +++ b/libreplan-webapp/src/main/webapp/dashboard/css/dashboard.css @@ -11,3 +11,15 @@ font-weight: bold; padding: 5px; } + +.dashboard-label-remarked { + font-size: 1em; + font-weight: bold; + margin-bottom: 5px; +} + +.dashboard-box { + border: solid 2px #888; + background: #fffdf6; + box-shadow: 2px 2px 5px #AAA; +} \ No newline at end of file