From 7bc456148732fab9970fa1bda20d4906f0b0cb07 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Thu, 16 Apr 2015 15:44:56 +0200 Subject: [PATCH] dashboard fixes --- portal/static/css/fed4fire.css | 21 ++++++++-------- .../fed4fire/fed4fire_home-view.html | 24 +++++++++---------- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/portal/static/css/fed4fire.css b/portal/static/css/fed4fire.css index 89d4210b..735e78e2 100644 --- a/portal/static/css/fed4fire.css +++ b/portal/static/css/fed4fire.css @@ -718,27 +718,26 @@ div.dashboard span.glyphicon { height:25px; } div.experiment-tools { - } div.experiment-tools h4 { border-bottom:1px solid #E0E0E0; margin:25px 15px 25px 0; padding-bottom:5px; } -div.experiment-tools p { +div.experiment-tools .jfed { text-align:center; -} -#webstart-button { margin-right:25px; - width:150px; - color:white; } -#webstart-button:hover { - text-decoration:none; +div.experiment-tools button { + margin:0; + padding:7px 10px 4px 0; + color:white; + vertical-align:middle; } -#webstart-button span { - width:20px; - height:10px; + +div.experiment-tools button span { + margin:0; + padding:0; } div.dataTables_filter label{ diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index e61a6475..6fe0fb3b 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -28,7 +28,12 @@

EXPERIMENT

- +
+ + Create/Join project +
+ Create slice +
Your projects and slices Loading projects
-
- -
- Create/Join project -
- Create slice -
-
-

Experiment now

- - + +
+

Experiment now

+

+ +

The latest version of jFed is only compatible with Java 8 or higher. We detected that you are using an older version.

Please upgrade to Java 8 to get access to the newest version of jFed. Otherwise, you can use jFed 5.3.2, which is Java 7-compatible.

-- 2.43.0