-CC-2139: Make submit and cancel button for "edit metadata" view the same size.
-Fixed thanks to Naomi :)
This commit is contained in:
parent
d0c5366a29
commit
e65b0eed7c
2 changed files with 7 additions and 2 deletions
|
@ -97,7 +97,7 @@ class Application_Form_EditAudioMD extends Zend_Form
|
|||
// Add the submit button
|
||||
$this->addElement('button', 'cancel', array(
|
||||
'ignore' => true,
|
||||
'class' => 'ui-button ui-state-default',
|
||||
'class' => 'ui-button ui-state-default ui-button-text-only md-cancel',
|
||||
'label' => 'Cancel',
|
||||
'onclick' => 'javascript:document.location="/Library"',
|
||||
'decorators' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue