tchange appearance of prefill button - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
HTML git clone git://src.adamsgaard.dk/cosmo
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit d072c125bc637d443e7d83f89f92e5b0c402da08
DIR parent 39c2ed9a742e67d7db5ab6f43da937c7a4fc2c9b
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 17 Nov 2015 14:41:50 +0100
change appearance of prefill button
Diffstat:
M pages/history.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/pages/history.html b/pages/history.html
t@@ -20,7 +20,8 @@
<div class="row center">
<div class="col s12 m12">
- <input id="prefill" type="button" value="Load example data"
+ <input class="waves-effect waves-light btn"
+ id="prefill" type="button" value="Load example data"
onclick="PrefillMachine.prefillCorrectly();">
</div>
</div>