Nicer auto-styling for the Billing Details form

This commit is contained in:
Albert Santoni 2014-06-25 20:32:41 -04:00
parent fce6116d60
commit b36967a690
3 changed files with 24 additions and 0 deletions

View file

@ -1,3 +1,8 @@
<?php
$this->form->getElement("submit")->setAttrib("class", "right-align");
$this->form->getElement("country")->setAttrib("class", "right-align");
$this->form->getElement("securityqid")->setAttrib("class", "right-align");
?>
<div class="ui-widget ui-widget-content block-shadow clearfix padded-strong billing-panel">
<H2>Billing Account Details</H2>
<?php if (isset($this->errorMessage)) {?>