From 463ccbcf331d1146a960333ad0da53d9048fa187 Mon Sep 17 00:00:00 2001 From: "qiang.xue" Date: Sat, 26 Dec 2009 00:15:53 +0000 Subject: [PATCH] --- framework/cli/views/webapp/css/form.css | 4 ++-- framework/web/form/CForm.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/cli/views/webapp/css/form.css b/framework/cli/views/webapp/css/form.css index d8f8affa8..bdce44b26 100644 --- a/framework/cli/views/webapp/css/form.css +++ b/framework/cli/views/webapp/css/form.css @@ -14,7 +14,7 @@ * *

hint text

* - *
+ *
* * *

hint text

@@ -139,7 +139,7 @@ div.wide form .row clear: left; } -div.wide form .submit +div.wide form .buttons { clear: left; padding-left: 110px; diff --git a/framework/web/form/CForm.php b/framework/web/form/CForm.php index 4d360d7d1..448d65f59 100644 --- a/framework/web/form/CForm.php +++ b/framework/web/form/CForm.php @@ -424,7 +424,7 @@ class CForm extends CFormElement implements ArrayAccess $output=''; foreach($this->getButtons() as $button) $output.=$this->renderElement($button); - return $output!=='' ? "
".$output."
\n" : ''; + return $output!=='' ? "
".$output."
\n" : ''; } /**