From 8a39d91f3fd5c48554fba19d691bc48928eb539d Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Sun, 21 May 2017 11:45:49 +0200
Subject: [PATCH] Apply textual changes

---
 .../commentaries/request_arxiv_preprint.html         | 12 +++++++++---
 .../templates/commentaries/request_commentary.html   |  8 +++-----
 .../commentaries/request_published_article.html      | 12 +++++++++---
 3 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/commentaries/templates/commentaries/request_arxiv_preprint.html b/commentaries/templates/commentaries/request_arxiv_preprint.html
index 44ef80f88..2c50e631d 100644
--- a/commentaries/templates/commentaries/request_arxiv_preprint.html
+++ b/commentaries/templates/commentaries/request_arxiv_preprint.html
@@ -8,12 +8,17 @@
 
 <div class="row">
     <div class="col-12">
-      <h1 class="page-header">Request Activation of a Commentary Page</h1>
+        <div class="card card-grey">
+            <div class="card-block">
+              <h1 class="card-title">Request Activation of a Commentary Page</h1>
+              <a href="{% url 'commentaries:request_published_article' %}">Click here to request a Commentary Page on a published article</a>
+          </div>
+        </div>
     </div>
 </div>
 
 <div class="row">
-    <div class="col-12 col-md-8">
+    <div class="col-md-8 offset-md-2">
         <form action="{% url 'commentaries:prefill_using_arxiv_identifier' %}" method="post">
           {% csrf_token %}
           {{ query_form|bootstrap }}
@@ -22,8 +27,9 @@
     </div>
 </div>
 
+{# <hr>#}
 <div class="row">
-    <div class="col-12 col-md-8">
+    <div class="col-md-8 offset-md-2">
         <form id="requestForm" action="{% url 'commentaries:request_arxiv_preprint' %}" method="post">
             {% csrf_token %}
             {{ form|bootstrap }}
diff --git a/commentaries/templates/commentaries/request_commentary.html b/commentaries/templates/commentaries/request_commentary.html
index c89649093..bc71f5b15 100644
--- a/commentaries/templates/commentaries/request_commentary.html
+++ b/commentaries/templates/commentaries/request_commentary.html
@@ -10,17 +10,15 @@
 
 <div class="row">
     <div class="col-12">
-        <div class="panel">
-            <h1>Request Activation of a Commentary Page:</h1>
-        </div>
+        <h1 class="highlight">Request Activation of a Commentary Page:</h1>
     </div>
     <div class="col-12">
         <ul>
             <li>
-                <a href="{% url 'commentaries:request_published_article' %}">Click here to submit a published article</a>
+                <a href="{% url 'commentaries:request_published_article' %}">Click here to request a Commentary Page on a published article</a>
             </li>
             <li>
-                <a href="{% url 'commentaries:request_arxiv_preprint' %}">Click here to submit an arXiv preprint</a>
+                <a href="{% url 'commentaries:request_arxiv_preprint' %}">Click here to request a Commentary Page on an arXiv preprint</a>
             </li>
         </ul>
     </div>
diff --git a/commentaries/templates/commentaries/request_published_article.html b/commentaries/templates/commentaries/request_published_article.html
index f30f2a4c0..21511e9e5 100644
--- a/commentaries/templates/commentaries/request_published_article.html
+++ b/commentaries/templates/commentaries/request_published_article.html
@@ -6,14 +6,20 @@
 
 {% block content %}
 
+
 <div class="row">
     <div class="col-12">
-      <h1 class="page-header">Request Activation of a Commentary Page</h1>
+        <div class="card card-grey">
+            <div class="card-block">
+              <h1 class="card-title">Request Activation of a Commentary Page</h1>
+              <a href="{% url 'commentaries:request_arxiv_preprint' %}">Click here to request a Commentary Page on an arXiv preprint</a>
+          </div>
+        </div>
     </div>
 </div>
 
 <div class="row">
-    <div class='col-12 col-md-8'>
+    <div class='col-md-8 offset-md-2'>
         <form action="{% url 'commentaries:prefill_using_DOI' %}" method="post">
           {% csrf_token %}
           {{ query_form|bootstrap }}
@@ -23,7 +29,7 @@
 </div>
 
 <div class="row">
-    <div class='col-12 col-md-8'>
+    <div class='col-md-8 offset-md-2'>
         <form id="requestForm" action="{% url 'commentaries:request_published_article' %}" method="post">
             {% csrf_token %}
             {{ form|bootstrap }}
-- 
GitLab