added a button link to my account on the dashboard and set min height in css
authorLoic Baron <loic.baron@lip6.fr>
Wed, 21 Aug 2013 11:04:05 +0000 (13:04 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Wed, 21 Aug 2013 11:04:05 +0000 (13:04 +0200)
portal/static/css/dashboard.css
portal/templates/dashboard.html

index 22d90cf..d5b6361 100644 (file)
@@ -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 {
index bc4be75..9ba4c4e 100644 (file)
@@ -18,6 +18,7 @@
         <li><span id='username'>{{person.first_name}} {{person.last_name}}</span></li>
         <li><b>Email: </b><a href='mailto:#'>{{person.email}}</a></li>
       </ul>
+      <button id="account" onclick="location.href='account'" class="btn">Modify</button>
     </div>
   </div>