From f3105ed1df0eb14c20aea47131491117bdd38b5f Mon Sep 17 00:00:00 2001 From: Shish Moom Date: Mon, 6 Jul 2009 04:44:52 -0700 Subject: [PATCH] textarea tweak --- ext/setup/main.php | 2 +- themes/default/style.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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;