From d46e16e2f5947147a208ee9721660639330e0d6b Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Thu, 16 Apr 2015 12:05:09 +0200 Subject: [PATCH] dashboard style --- portal/static/css/fed4fire.css | 14 ++++++++++++++ .../templates/fed4fire/fed4fire_home-view.html | 18 +++++++++--------- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/portal/static/css/fed4fire.css b/portal/static/css/fed4fire.css index a1f8dd8a..cf4881f0 100644 --- a/portal/static/css/fed4fire.css +++ b/portal/static/css/fed4fire.css @@ -658,6 +658,20 @@ div.secondary .account a { color:black; } +div.home { + padding-top:50px; +} +div.home h1 { + font-size:22pt; + border:0; +} +div.home h3, div.home h4 { + color:#424242; + line-height:1.4em; +} +div.home h3 a { + color:#FD6D2C; +} div.dashboard { } div.dashboard a { diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index dd67ca68..cdefd333 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -107,26 +107,26 @@ {% else %} -
+
-
-
-

+
+

Fed4FIRE Portal -

+

- Your easy access to Future Internet Research and Experimentation testbeds belonging to the Fed4FIRE federation. + Your easy access to Future Internet Research and Experimentation testbeds belonging to the + Fed4FIRE federation.

-

+
+

Want to learn more? -

+
{% widget '_widget-login-user.html' %}
-
{% endif %} -- 2.43.0