css color titles = OneLabTitle
authorLoic Baron <loic.baron@lip6.fr>
Fri, 23 Aug 2013 09:37:08 +0000 (11:37 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Fri, 23 Aug 2013 09:37:08 +0000 (11:37 +0200)
portal/static/css/register.css
portal/templates/contact.html
portal/templates/register_4m_f4f.html
views/templates/view-login.html

index 687d7ed..7e85d75 100644 (file)
@@ -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; */
 }
 
 
index f9e2e4e..2dd01ac 100644 (file)
@@ -7,16 +7,17 @@
 
 {% block unfold1_main %}
 
-
-<div style=" padding-top: 12px; background-color: orange; border: 1px solid #61210B; text-align: center;">
-         <h3>Onelab Support</h3>
-         <h3>If you have already registered then send an <a href="mailto:support@myslice.info"> e-mail </a>  or <a href="http://trac.myslice.info/" >visit us</a></h3>
+<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/register.css" />
+<form class="cmxform" id="commentForm" action="#" method="post">{% csrf_token %}
+<fieldset>
+<div class="OneLabTitle" style="margin-bottom:20px;">
+         <h2>Onelab Support</h2>
+         <h4>If you have already registered then send an <a href="mailto:support@myslice.info"> e-mail </a>  or <a href="http://trac.myslice.info/" >visit us</a></h4>
 </div>
 
-<form action="#" method="post">{% csrf_token %}
 {{ form.as_p }}
 <input type="submit" value="Submit" />
+</fieldset>
 </form>
-
 {% endblock %}
 
index 3a78a44..52368e9 100644 (file)
@@ -22,7 +22,7 @@
 <form class="cmxform" id="commentForm" method="post" action="" enctype="multipart/form-data" >
 {% csrf_token %}
  <fieldset>
-    <div class="fed4fireTitle">
+    <div class="OneLabTitle">
         <h2>OneLab Experimenter Registration</h2>
         <h3>For First Line Support please <a href="/portal/contact" >Contact Support</a></h3>
     </div>
index cff2c44..8d15f96 100644 (file)
@@ -19,9 +19,9 @@ Currently hard wired users are:
 </ul>
 </li></ul>
 -->
-
+<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/register.css" />
 <div style='padding: 20px;'>
-  <div style=' padding-top: 12px; background-color: orange; border: 1px solid #61210B; text-align: center;'>
+  <div class='OneLabTitle'>
     <h2 style="font-weight: bold;">Welcome to the OneLab portal !</h2>
     <h3>New to OneLab? Please <a href="/portal/register">register</a> or learn more about <a href="http://www.onelab.eu/" target="_blank">the project</a>.</h3>
   </div>