From b35137aab18102c0d8e3622615f815184a0df0e5 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Thu, 16 Apr 2015 11:52:26 +0200 Subject: [PATCH] dashboard style --- portal/static/css/fed4fire.css | 58 ++++++++++- .../fed4fire/fed4fire_home-view.html | 96 ++++++++++--------- 2 files changed, 105 insertions(+), 49 deletions(-) diff --git a/portal/static/css/fed4fire.css b/portal/static/css/fed4fire.css index 6340326e..a1f8dd8a 100644 --- a/portal/static/css/fed4fire.css +++ b/portal/static/css/fed4fire.css @@ -31,6 +31,11 @@ h3 { letter-spacing:0.6pt; color:#201E62; } +h4 { + font-size:12pt; + letter-spacing:0.6pt; + color:#201E62; +} input[type=checkbox] { min-width:5px !important; margin-left:0 !important; @@ -656,23 +661,70 @@ div.secondary .account a { div.dashboard { } div.dashboard a { - color:black; + color:#206090; } div.dashboard a:hover { + text-decoration:underline; +} +div.dashboard div.projects-tree { + margin-left:15px; } div.dashboard ul { + list-style-type:disc; + list-style-position:inside; text-align:left; - margin-left:24px; + margin:0 0 15px 4px; + padding:0; +} +div.dashboard ul ul { + margin:5px 0 15px 25px; list-style:none; } +div.dashboard li { + margin:0 0 5px 0; + padding:0; +} +div.dashboard ul ul li { + margin:0; +} +div.dashboard ul ul a { +} div.dashboard h3 { border-bottom:0.5px solid #E0E0E0; margin-right:15px; + margin-bottom:25px; } div.dashboard h3 img { margin:15px 15px 15px 0; } - +div.dashboard span.glyphicon { + text-align:center; + width:45px; + height:25px; +} +div.experiment-tools { + +} +div.experiment-tools h4 { + border-bottom:0.5px solid #E0E0E0; + margin:25px 15px 25px 0; + padding-bottom:5px; +} +div.experiment-tools p { + text-align:center; +} +#webstart-button { + margin-right:25px; + width:150px; + color:white; +} +#webstart-button:hover { + text-decoration:none; +} +#webstart-button span { + width:20px; + height:10px; +} div.dataTables_filter label{ float:left; diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index 76fc42e4..dd67ca68 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -29,76 +29,80 @@ EXPERIMENT -
+
Your projects and slices   -
- -
+
Loading projects
Create slice +
Create/Join project
-
-

Experiment now

- - jFed +
+

Experiment now

+

+ + jFed +

-

- ACCOUNT -

- {% if person.last_name %} -

- {{person.first_name}} {{person.last_name}} -

- {% endif %} -

- {{person.email}} -

+
+

+ ACCOUNT +

+ {% if person.last_name %} +

+ {{person.first_name}} {{person.last_name}} +

+ {% endif %} +

+ {{person.email}} +

+
-

- MANAGEMENT -

- -
- Validate Requests +
+

+ MANAGEMENT +

+ +
-

- SUPPORT -

-

- Contact -

-

- Testbeds' status -
- Testbeds' reputation - -

-

- Documentation -

- -
- - +
+

+ SUPPORT +

+

+ Contact +

+

+ Testbeds' status +
+ Testbeds' reputation + +

+

+ Documentation +

+
+
-- 2.43.0