mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 23:20:27 +00:00
Removed legacy style tag attribute.
This commit is contained in:
parent
ec28e76ff5
commit
9548cbce1c
@ -18,7 +18,7 @@
|
|||||||
{% if SETTING.get('custom_css') %}
|
{% if SETTING.get('custom_css') %}
|
||||||
<link rel="stylesheet" href="/static/custom/{{ SETTING.get('custom_css') }}">
|
<link rel="stylesheet" href="/static/custom/{{ SETTING.get('custom_css') }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<style type="text/css">
|
<style>
|
||||||
.sidebar .image { padding-top: 0.7em; }
|
.sidebar .image { padding-top: 0.7em; }
|
||||||
.sidebar .info { color: #fff; }
|
.sidebar .info { color: #fff; }
|
||||||
.sidebar .info p { margin: 0; }
|
.sidebar .info p { margin: 0; }
|
||||||
|
@ -237,7 +237,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block head_styles %}
|
{% block head_styles %}
|
||||||
<style type="text/css">
|
<style>
|
||||||
/* Page Specific Overrides */
|
/* Page Specific Overrides */
|
||||||
table.records tbody td:first-of-type { text-align: left; }
|
table.records tbody td:first-of-type { text-align: left; }
|
||||||
</style>
|
</style>
|
||||||
|
@ -1,12 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% set active_page = "new_domain" %}
|
{% set active_page = "new_domain" %}
|
||||||
|
{% block title %}<title>Add Domain - {{ SITE_NAME }}</title>{% endblock %}
|
||||||
{% block title %}
|
|
||||||
<title>
|
|
||||||
Add Domain - {{ SITE_NAME }}
|
|
||||||
</title>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block dashboard_stat %}
|
{% block dashboard_stat %}
|
||||||
<div class="content-header">
|
<div class="content-header">
|
||||||
@ -186,7 +180,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block head_styles %}
|
||||||
|
<style>
|
||||||
|
/* Page Specific Overrides */
|
||||||
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block extrascripts %}
|
{% block extrascripts %}
|
||||||
|
Loading…
Reference in New Issue
Block a user