tadd more vertical padding around waiting page text - 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 93d57219305bcb72b41eae9119f03ed809b70904
DIR parent 75773022393900ee9d34d78ed7f3441cc1d36425
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 28 Sep 2015 13:13:15 +0200
add more vertical padding around waiting page text
Diffstat:
M index.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/index.php b/index.php
t@@ -68,7 +68,7 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
<div class="container">
- <br><br><br><br>
+ <br><br><br><br><br><br><br><br>
<div class="row center">
<h2 class="header col s12">Please wait</h2>
</div>
t@@ -85,6 +85,7 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
the browser navigation buttons or leave this page.</p>
</div>
+ <br><br><br><br><br><br><br><br>
</div>