tfix wait page content arrangement - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
 (HTM) git clone git://src.adamsgaard.dk/cosmo
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9fc520c444e20ba70bef554f9303deac868b6fe2
 (DIR) parent 082c9886054e6e96f9a7fb48ae42bced5b553cc3
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon, 28 Sep 2015 13:00:28 +0200
       
       fix wait page content arrangement
       
       Diffstat:
         M index.php                           |       7 ++++++-
       
       1 file changed, 6 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/index.php b/index.php
       t@@ -65,16 +65,21 @@
        <?php
        if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
        ?>
       -    <div class="valign-wrapper">
       +    <div class="valign-wrapper col s12">
            <h2 class="valign">
            Please wait while the inversion computations are taking place</h2>
       +    </div>
       +    <div class="valign-wrapper col s12">
            <p class="flow-text">This make take several minutes to complete.
            Please <b>do not</b> press the browser navigation buttons and stay on this 
            page.</p>
       +    </div>
        
       +    <div class="valign-wrapper col s12">
            <div class="progress center-align">
                <div class="indeterminate"></div>
            </div>
       +    </div>
        
        <?php
        } else {