diff --git a/src/webui/explore.php b/src/webui/explore.php index 5675528..8818b12 100644 --- a/src/webui/explore.php +++ b/src/webui/explore.php @@ -1,9 +1,9 @@ snap->storage->remote->ftp as $i => $ftp) $basename = basename($filename); $time = preg_replace('/\D/', '', $basename); - $snaps[sprintf(_('Remote #%s'), $i + 1)][] = (object) + $snaps[sprintf(_('Server #%s'), $i + 1)][] = (object) [ 'source' => $i, 'md5url' => $md5url, @@ -211,13 +211,6 @@ foreach ($config->snap->storage->remote->ftp as $i => $ftp) margin: 4px 0; } - h4 { - display: block; - font-size: 13px; - font-weight: normal; - margin: 4px 0; - } - form { display: block; max-width: 678px; @@ -295,6 +288,8 @@ foreach ($config->snap->storage->remote->ftp as $i => $ftp) ul > li { margin-left: 16px; + font-size: 13px; + padding: 4px 0; } .text-warning { @@ -375,18 +370,22 @@ foreach ($config->snap->storage->remote->ftp as $i => $ftp)

- $snap) { ?> -

- - +