diff --git a/dev/DebugView.php b/dev/DebugView.php index c6fa60b26..79a003aca 100644 --- a/dev/DebugView.php +++ b/dev/DebugView.php @@ -85,7 +85,7 @@ class DebugView extends Object { echo '' . $url . ''; echo ''; echo ''; diff --git a/dev/install/install.css b/dev/install/install.css index 9882953ef..18e5110b8 100644 --- a/dev/install/install.css +++ b/dev/install/install.css @@ -6,6 +6,17 @@ color:#fff; } +.install-header +{ + padding-bottom:10px; + background:#161616; +} + +.install-header .inner{ + padding-top:55px; + position:relative; +} + .brand { float:none; } @@ -26,6 +37,10 @@ display:none; } +.main .inner ul { + padding-left:20px; +} + ul#Themes{ list-style: none; margin: 0 5px 20px 5px; @@ -55,6 +70,7 @@ h1.sectionHeading { padding: 0.5em; background-color: #fdf5f5; border: 1px #ff8e8e solid; + border-radius:4px; color: #f03838; } .main p.error { color: #f03838;} diff --git a/dev/install/install.php5 b/dev/install/install.php5 index b6aae3eb0..191562b85 100644 --- a/dev/install/install.php5 +++ b/dev/install/install.php5 @@ -952,21 +952,25 @@ class Installer extends InstallRequirements { -
-
-