(control) Adjust the margins of the headings to be consistent

This commit is contained in:
Viktor Lofgren 2024-01-12 16:16:57 +01:00
parent de3a350afe
commit 56d832d661
11 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@
<body>
{{> control/partials/nav}}
<div class="container">
<h1 class="my-5">API Keys</h1>
<h1 class="my-3">API Keys</h1>
<table id="apikeys" class="table table-rh-2">
<tr>
<th colspan="3">Key</th>

View File

@ -7,7 +7,7 @@
<body>
{{> control/partials/nav}}
<div class="container">
<h1 class="my-5">Blacklist</h1>
<h1 class="my-3">Blacklist</h1>
<p>
The blacklist is a list of sanctioned domains that will not be

View File

@ -7,7 +7,7 @@
<body>
{{> control/partials/nav}}
<div class="container">
<h1 class="my-5">Domain Complaints</h1>
<h1 class="my-3">Domain Complaints</h1>
{{#unless complaintsNew}}
<p>No new complaints!</p>
{{/unless}}

View File

@ -7,7 +7,7 @@
<body>
{{> control/partials/nav}}
<div class="container">
<h1 class="my-5">Domain Review</h1>
<h1 class="my-3">Domain Review</h1>
<form method="POST" action="/review-random-domains">
<table class="table">
<tr>

View File

@ -8,7 +8,7 @@
<body>
{{> control/partials/nav}}
<div class="container">
<h1 class="my-5">Search to Ban</h1>
<h1 class="my-3">Search to Ban</h1>
<form action="/search-to-ban">
<div class="mb-3">
<label for="q" class="form-label">Search Query</label><br>

View File

@ -9,7 +9,7 @@
<body>
{{> control/partials/nav}}
<div class="container">
<h1 class="my-5">Overview</h1>
<h1 class="my-3">Overview</h1>
{{> control/partials/nodes-table }}
{{> control/partials/processes-table}}
{{> control/partials/services-table }}

View File

@ -9,7 +9,7 @@
{{> control/node/partial-node-nav }}
<h1 class="my-5">Node Configuration</h1>
<h1 class="my-3">Node Configuration</h1>
<div class="m-4 p-4 border">
<h2>Settings</h2>

View File

@ -1,4 +1,4 @@
<h1 class="my-5">Events</h1>
<h1 class="my-3">Events</h1>
<table id="events" class="table">
<tr>

View File

@ -1,4 +1,4 @@
<h1 class="my-5">Message Queue</h1>
<h1 class="my-3">Message Queue</h1>
<table id="queue" class="table table-rh-2">
<thead>

View File

@ -10,7 +10,7 @@
<body>
{{> control/partials/nav}}
<div class="container">
<h1 class="my-5">{{message}}</h1>
<h1 class="my-3">{{message}}</h1>
<a href="{{redirectUrl}}">Click here if it doesn't work</a>
</div>
</body>

View File

@ -7,7 +7,7 @@
<body>
{{> control/partials/nav}}
<div class="container">
<h1 class="my-5">Data Sets</h1>
<h1 class="my-3">Data Sets</h1>
<form method="POST">
<div class="mb-3">
<label for="blogs-input" class="form-label">Blogs</label>