mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 03:27:21 -06:00
fix object title style
This commit is contained in:
parent
93b6d785f3
commit
844186d520
@ -281,17 +281,6 @@ div#content-title {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
|
|
||||||
h1 {
|
|
||||||
&:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
text-decoration-thickness: 1px;
|
|
||||||
}
|
|
||||||
> a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: $body-color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.paginator > form > div.input-group {
|
div.paginator > form > div.input-group {
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
{% block layout %}{% endblock %}
|
{% block layout %}{% endblock %}
|
||||||
<script
|
<script
|
||||||
src="{% static 'netbox.js' %}"
|
src="{% static 'netbox.js' %}"
|
||||||
onerror="window.location='{% url 'media_failure' %}?filename=netbox.js'"
|
onerror="window.location='{% url 'media_failure' %}?filename=netbox.js'">
|
||||||
></script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var netbox_api_path = "/{{ settings.BASE_PATH }}api/";
|
var netbox_api_path = "/{{ settings.BASE_PATH }}api/";
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
{% load plugins %}
|
{% load plugins %}
|
||||||
|
|
||||||
|
|
||||||
{% block title %}<a href="{{ object.get_absolute_url }}">{{ object }}</a>{% endblock %}
|
{% block title %}{{ object }}{% endblock %}
|
||||||
|
|
||||||
{% block breadcrumb_main %}
|
{% block breadcrumb_main %}
|
||||||
<nav class="breadcrumb-container" aria-label="breadcrumb">
|
<nav class="breadcrumb-container" aria-label="breadcrumb">
|
||||||
|
Loading…
Reference in New Issue
Block a user