From abba116c28db312ee1cb4ca6897f358168f86c7c Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Fri, 23 Aug 2013 11:37:08 +0200 Subject: [PATCH] css color titles = OneLabTitle --- portal/static/css/register.css | 13 +++++++++---- portal/templates/contact.html | 13 +++++++------ portal/templates/register_4m_f4f.html | 2 +- views/templates/view-login.html | 4 ++-- 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/portal/static/css/register.css b/portal/static/css/register.css index 687d7ed4..7e85d75d 100644 --- a/portal/static/css/register.css +++ b/portal/static/css/register.css @@ -21,7 +21,12 @@ label { display: inline-block; } - +.OneLabTitle{ + padding-top: 12px; + background-color: #C1DAD7; + border: 1px solid #61210B; + text-align: center; +} .fed4fireTitle{ padding-top: 12px; background-color: orange; @@ -34,9 +39,9 @@ label.error { float: none; color: red; padding-left: .5em; vertical-align: top; p { /*border-bottom:1px solid #B7DDF2;*/ color:#666666; -font-size:10px; -margin-bottom:20px; -padding-bottom:10px; +/* font-size:10px; */ +/* margin-bottom:20px; */ +/* padding-bottom:10px; */ } diff --git a/portal/templates/contact.html b/portal/templates/contact.html index f9e2e4ef..2dd01ac6 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -7,16 +7,17 @@ {% block unfold1_main %} - -
-

Onelab Support

-

If you have already registered then send an e-mail or visit us

+ +
{% csrf_token %} +
+
+

Onelab Support

+

If you have already registered then send an e-mail or visit us

-{% csrf_token %} {{ form.as_p }} +
- {% endblock %} diff --git a/portal/templates/register_4m_f4f.html b/portal/templates/register_4m_f4f.html index 3a78a442..52368e92 100644 --- a/portal/templates/register_4m_f4f.html +++ b/portal/templates/register_4m_f4f.html @@ -22,7 +22,7 @@
{% csrf_token %}
-
+

OneLab Experimenter Registration

For First Line Support please Contact Support

diff --git a/views/templates/view-login.html b/views/templates/view-login.html index cff2c441..8d15f968 100644 --- a/views/templates/view-login.html +++ b/views/templates/view-login.html @@ -19,9 +19,9 @@ Currently hard wired users are: --> - +
-
+

Welcome to the OneLab portal !

New to OneLab? Please register or learn more about the project.

-- 2.43.0