various cleanups and tweaks
[myslice.git] / portal / templates / slice_request.html
index acaf2df..175863c 100644 (file)
@@ -7,18 +7,19 @@
 
 {% block unfold1_main %}
 
-<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/register.css" />
+<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/onelab.css" />
+<!-- xxx ideally only onelab.css but ... xxx -->
+<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/registration.css" />
 
-<form id="commentForm" action="" method="post">{% csrf_token %}
-
-<div class="OneLabTitle" style="margin-bottom:20px;">
-         <h2>Request a Slice</h2>
+<div class="onelab-title well well-lg">
+  <h2>Request a Slice</h2>
 </div>
 
+<div class='well'>
+<form id="commentForm" action="" method="post">{% csrf_token %}
 {{ form.as_p }}
-<p style="text-align: center;width: 80%;">
-       <input type="submit" value="Submit" />
-</p>
+<input class="btn" type="submit" value="Submit" />
 </form>
+</div>
 
 {% endblock %}