Commit d0a31126 authored by delanoe's avatar delanoe

[CSS & ERGO] button not underlined (as others links easier, since the CSS...

[CSS & ERGO] button not underlined (as others links easier, since the CSS class no-underline does not work. Adding juris icons.
parent 9a1d6406
......@@ -1089,7 +1089,7 @@ a {
text-decoration: none; }
a:hover, a:focus {
color: #342605;
text-decoration: underline; }
text-decoration: none; }
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
......@@ -5636,3 +5636,5 @@ button.close {
@media print {
.hidden-print {
display: none !important; } }
......@@ -175,12 +175,16 @@
<footer>
<p>
Gargantext, version 3.0.0,
Gargantext
<span class="glyphicon glyphicon-registration-mark" aria-hidden="true"></span>
, version 3.0.0,
<a href="http://www.cnrs.fr" target="blank" title="Institution that enables this project.">
Copyrights CNRS {{ date.year }}
Copyrights
<span class="glyphicon glyphicon-copyright-mark" aria-hidden="true"></span>
CNRS {{ date.year }}
</a>
<a href="http://www.gnu.org/licenses/agpl-3.0.html" target="blank" title="Legal instructions of the project.">
Licence aGPLV3
, Licence aGPLV3
</a>
.
</p>
......
......@@ -64,10 +64,9 @@
{% for project in projects %}
<!--<div class="col-md-offset-7 col-md-4 content" style="background-color:grey">!-->
<div id="project_{{project.id}}" class="col-md-3 content">
<h3><a href="/projects/{{ project.id }}">{{ project.name }}</a>
<h3><a href="/projects/{{ project.id }}">{{ project.name }}
</a>
<a href="/projects/{{project.id}}">
<a href="/projects/{{project.id}}" >
<button type="button" class="btn btn-default" aria-label="Left Align">
<span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span>
</button>
......
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