diff --git a/install/index.php b/install/index.php index 68ed1326a..892af2416 100755 --- a/install/index.php +++ b/install/index.php @@ -294,6 +294,8 @@ cursor: pointer; min-height: 50px; line-height: 50px; text-align: center; + margin-bottom: 30px; + border-radius: 3px; } h2, legend { @@ -309,6 +311,18 @@ legend:after { background-color: #000; display: block; } +#reloadpage { +cursor: pointer; +background-color: #000; +color: #FFF; +padding: 0.5em 1em; +display: inline-block; +border: 1px solid #000; +} +#reloadpage:hover { + background-color: #FFF; + color: #000; +} @@ -511,17 +525,21 @@ legend:after {
Your webhost does not support the minimum requirements for . It may be a good idea to contact your webhost and point them to the results of this test. They may be able to enable/install the required components.
+If this is your own server and you think you have all the requirements installed, please get in touch with us.
This compatibility test has been borrowed (and slightly adapted by fivefilters.org) from the one supplied by SimplePie.org.