form->getId();
echo 'jQuery("#', $id, ' .pfbc-element:last").css("margin-right", "0");';
}
public function render() {
echo '
';
}
public function renderCSS() {
$id = $this->form->getId();
parent::renderCSS();
echo <<labelPaddingTop) && !in_array("style", $this->form->getPrevent()))
$this->labelPaddingTop = ".75em";
if(!empty($this->labelPaddingTop)) {
if(is_numeric($this->labelPaddingTop))
$this->labelPaddingTop .= "px";
echo '#', $id, ' .pfbc-label { padding-top: ', $this->labelPaddingTop, '; }';
}
}
}