From 8476d7d432f712af498211268c0dbd2a26170301 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Wed, 21 Aug 2013 13:04:05 +0200 Subject: [PATCH] added a button link to my account on the dashboard and set min height in css --- portal/static/css/dashboard.css | 6 ++++++ portal/templates/dashboard.html | 1 + 2 files changed, 7 insertions(+) diff --git a/portal/static/css/dashboard.css b/portal/static/css/dashboard.css index 22d90cf3..d5b63614 100644 --- a/portal/static/css/dashboard.css +++ b/portal/static/css/dashboard.css @@ -39,6 +39,9 @@ position: relative; top: 1em; width: 45%; + min-height:200px; + height:auto !important; + height:200px; } #ms-dashboard-slices { @@ -54,6 +57,9 @@ padding: 15px; top: 0.5em; width: 45%; + min-height:200px; + height:auto !important; + height:200px; } li.icn { diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index bc4be759..9ba4c4e3 100644 --- a/portal/templates/dashboard.html +++ b/portal/templates/dashboard.html @@ -18,6 +18,7 @@
  • {{person.first_name}} {{person.last_name}}
  • Email: {{person.email}}
  • + -- 2.43.0