Commit c10d9376 authored by c24b's avatar c24b

Help logic [OK] => pb d'alignement de l'icone

parent 48ee09ff
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<link rel="stylesheet" href="{% static "lib/morris/morris.css" %}"> <link rel="stylesheet" href="{% static "lib/morris/morris.css" %}">
<script src="{% static "lib/raphael/raphael-min.js"%}"></script> <script src="{% static "lib/raphael/raphael-min.js"%}"></script>
<style type="text/css"> <style type="text/css">
.ui-autocomplete { .ui-autocomplete {
z-index: 5000; z-index: 5000;
...@@ -55,10 +56,10 @@ ...@@ -55,10 +56,10 @@
{% endif %} {% endif %}
<center> <center>
<a data-toggle="modal" href="#addcorpus"> <a data-toggle="modal" href="#addcorpus" >
<button id="#corpus" <button
type="button" type="button"
class="btn btn-primary btn-lg help" class="btn btn-primary btn-lg"
data-container="body" data-container="body"
data-toggle="popover" data-toggle="popover"
data-placement="bottom" data-placement="bottom"
...@@ -256,8 +257,7 @@ ...@@ -256,8 +257,7 @@
<div class="modal-header"> <div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Add a Corpus <a href="http://gitlab.iscpif.fr/humanities/gargantext/wikis/faq/exportImport"> <h3 id="corpus" class="help">Add a Corpus
<span class="glyphicon glyphicon-question-sign" aria-hidden="true"></span>
</a> </a>
</h3> </h3>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment