diff --git a/dev/install/config-form.html b/dev/install/config-form.html index 91a61ff7e..882fce405 100644 --- a/dev/install/config-form.html +++ b/dev/install/config-form.html @@ -255,12 +255,14 @@

-

- Note: It seems as though SilverStripe is already installed here.
- If you ask me to install, I will overwrite the .htaccess and mysite/_config.php files. -
- -

+
+

Note: SilverStripe is already installed here.
+ Installing again will overwrite the and mysite/_config.php files.

+
+ + +
+

diff --git a/dev/install/install.css b/dev/install/install.css index 8dfc723fb..616cd060f 100644 --- a/dev/install/install.css +++ b/dev/install/install.css @@ -57,6 +57,13 @@ h4.sectionHeading { margin-left: 5px; color: #cb6a1c } + .warning p { + font-size: 12px; + margin-bottom: 0; + } + .warning .warning_actions { + margin: 5px 0 5px 0; + } .good { padding: 0.5em; background-color: #e2fee1;