From 4d5205bf399e5a1f656654e5c30678934ab202f7 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 25 Sep 2013 09:39:44 +0200 Subject: [PATCH] bootsstrap'ified dashboard - 3 columns layout, much less css again --- portal/static/css/dashboard.css | 16 +++++----- portal/templates/dashboard.html | 55 +++++++++++++++++---------------- 2 files changed, 38 insertions(+), 33 deletions(-) diff --git a/portal/static/css/dashboard.css b/portal/static/css/dashboard.css index d5b63614..dae329b8 100644 --- a/portal/static/css/dashboard.css +++ b/portal/static/css/dashboard.css @@ -34,6 +34,7 @@ } +/* #ms-dashboard-profile { float: left; position: relative; @@ -44,13 +45,6 @@ height:200px; } -#ms-dashboard-slices { - float: left; - position: relative; - width: 45%; - padding-top: 1em; -} - #ms-dashboard-testbeds { float: right; border: 1px #CCC; @@ -62,6 +56,14 @@ height:200px; } +#ms-dashboard-slices { + float: left; + position: relative; + width: 45%; + padding-top: 1em; +} +*/ + li.icn { padding: 0 0 0 0; list-style: none; diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index df5c2119..cb9264bf 100644 --- a/portal/templates/dashboard.html +++ b/portal/templates/dashboard.html @@ -9,36 +9,39 @@
-
-
-

User profile

-
-
- - -
-
+
+
+
+
+

User profile

+
+
+
    + {% if person.last_name %}
  • {{person.first_name}} {{person.last_name}}
  • {% endif %} +
  • Email: {{person.email}}
  • +
+ +
+
-
-
-

Testbeds access

-
-
- {{networks}} +
+
+

Testbeds

-
+
+ {{networks}} +
+
-
-
-

Slices

-
-
- {{slices}} +
+
+

Slices

+
+
+ {{slices}} +
+
- {% endblock %} -- 2.43.0