display: inline-block;
}
-
+.OneLabTitle{
+ padding-top: 12px;
+ background-color: #C1DAD7;
+ border: 1px solid #61210B;
+ text-align: center;
+}
.fed4fireTitle{
padding-top: 12px;
background-color: orange;
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; */
}
{% 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 %}
<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>
</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>