diff --git a/ext/setup/main.php b/ext/setup/main.php
index be2b7be7..37b2d0cb 100644
--- a/ext/setup/main.php
+++ b/ext/setup/main.php
@@ -73,7 +73,7 @@ class SetupBlock extends Block {
if(!is_null($label)) {
$this->body .= "";
}
- $this->body .= "\n";
+ $this->body .= "\n";
$this->body .= "\n"; // setup page auto-layout counts
tags
$this->body .= "\n";
}
diff --git a/themes/default/style.css b/themes/default/style.css
index 99072c7e..8552d76b 100644
--- a/themes/default/style.css
+++ b/themes/default/style.css
@@ -182,11 +182,13 @@ UL {
.hrrcontent {margin: 0px 8px;}
.setupblock {
- border: 1px solid #AAA;
- padding: 8px;
+ text-align: center;
margin: 16px;
width: 350px;
}
+.setupblock TEXTAREA {
+ width: 300px;
+}
.helpable {
border-bottom: 1px dashed gray;