added column width rad/T
This commit is contained in:
parent
cecdd5f7ef
commit
5e1d704cdd
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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 ⌀5mm)</label>
|
<label class="form-label">Gradient in T/m:<br>(assuming ⌀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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user