.glyphicon-pencil:before {
content: "\270f";
}
+.glyphicon-copy:before {
+ content: "\e205";
+}
.glyphicon-glass:before {
content: "\e001";
}
--- /dev/null
+a, a:visited {
+ color: #BB0000;
+ text-decoration:none;
+}
+a:hover {
+ background-color: transparent;
+ color: #BB0000;
+ text-decoration: underline;
+}
+
+.pagination > .active > a,
+.pagination > .active > span,
+.pagination > .active > a:hover,
+.pagination > .active > span:hover,
+.pagination > .active > a:focus,
+.pagination > .active > span:focus {
+ z-index: 2;
+ color: #fff;
+ cursor: default;
+ background-color: #6a0307;
+ border-color: #6a0307;
+}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}telemeta/css/telemeta.css" />
-<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}telemeta/css/bootstrap.css" />
+<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}bootstrap/dist/css/bootstrap.css" />
+<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}telemeta/css/telemeta-more.css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}telemeta/css/telemeta_ie.css" />
</a>
<a href="{% url "telemeta-item-copy" item.public_id %}">
<button type="button" class="btn btn-default">
- <span class="glyphicon glyphicon-new-window"></span> {% trans "Copy" %}
+ <span class="glyphicon glyphicon-copy"></span> {% trans "Copy" %}
</button>
</a>
{% endif %}
</a>
<a href="{% url "telemeta-resource-copy" type resource.public_id %}">
<button type="button" class="btn btn-default">
- <span class="glyphicon glyphicon-new-window"></span> {% trans "Copy" %}
+ <span class="glyphicon glyphicon-copy"></span> {% trans "Copy" %}
</button>
</a>
{% endif %}
{% else %}
<p>{% trans "No such resource" %}</p>
{% endif %}
-