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" : ''; } /**