added column width rad/T

This commit is contained in:
Markus Rosenstihl 2025-04-28 20:52:59 +02:00
parent cecdd5f7ef
commit 5e1d704cdd
3 changed files with 6 additions and 3 deletions

View File

@ -3,6 +3,9 @@
<div class="container"> <div class="container">
<h1>Isotopes</h1> <h1>Isotopes</h1>
<p>
Close by isotopes to be aware of (about 5mm distance)
</p>
<table class="table w-auto table-responsive-sm table-striped table-hover table-bordered"> <table class="table w-auto table-responsive-sm table-striped table-hover table-bordered">
<caption> <caption>
Table downloaded from <a href="https://easyspin.org/documentation/isotopetable.html">easyspin.org</a> Table downloaded from <a href="https://easyspin.org/documentation/isotopetable.html">easyspin.org</a>

View File

@ -2,7 +2,7 @@
{% block content %} {% block content %}
<div class="center"> <div class="container">
<h1>Isotopes</h1> <h1>Isotopes</h1>
<table class="table w-auto table-responsive-sm table-striped table-hover table-bordered"> <table class="table w-auto table-responsive-sm table-striped table-hover table-bordered">
<caption> <caption>

View File

@ -52,8 +52,8 @@
</div> </div>
<div class="row row-cols-6"> <div class="row row-cols-6">
<label class="form-label">Gradient in T/m:<br>(assuming &#x2300;5mm)</label> <label class="form-label">Gradient in T/m:<br>(assuming &#x2300;5mm)</label>
<div class="col"><input type="number" name="gradient" class="form-control" step="any" <!-- <div class="col"><input type="number" name="gradient" class="form-control" step="any"
placeholder="Gradient in T/m"></div> placeholder="Gradient in T/m"></div>-->
<div class="col"> <div class="col">
<button type="submit" name="gradient_search" class="btn btn-primary btn-sm">Get position</button> <button type="submit" name="gradient_search" class="btn btn-primary btn-sm">Get position</button>
</div> </div>