diff options
Diffstat (limited to 'installer')
-rw-r--r-- | installer/install.css | 8 | ||||
-rw-r--r-- | installer/views/get_db_info.html.php | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/installer/install.css b/installer/install.css index eda3e14a..513d502f 100644 --- a/installer/install.css +++ b/installer/install.css @@ -64,5 +64,13 @@ table td { code { background: #eee; + border: 1px solid #bbb; padding: 2px; } + +code.location { + display: block; + margin: 4px; + padding: 4px; + width: auto; +} diff --git a/installer/views/get_db_info.html.php b/installer/views/get_db_info.html.php index c97e91b1..7835f246 100644 --- a/installer/views/get_db_info.html.php +++ b/installer/views/get_db_info.html.php @@ -20,7 +20,8 @@ </p> <?php else: ?> <p class="success"> - We've found a place to store your photos. + We've found a place to store your photos: + <code class="location"> <?= VARPATH ?> </code> </p> <?php endif ?> </fieldset> |