Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
f5405151dc
|
@ -106,7 +106,7 @@ class Application_Form_SupportSettings extends Zend_Form
|
|||
->addValidator('Count', false, 1)
|
||||
->addValidator('Extension', false, 'jpg,jpeg,png,gif')
|
||||
->addFilter('ImageSize');
|
||||
$upload->setAttrib('accept', 'image/jpeg,image/gif,image/png,image/jpg');
|
||||
$upload->setAttrib('accept', 'image/*');
|
||||
$this->addElement($upload);
|
||||
|
||||
if(!$isSass){
|
||||
|
|
|
@ -374,6 +374,7 @@
|
|||
-webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
|
||||
width:95%;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
#side_playlist .zend_form {
|
||||
|
@ -444,4 +445,6 @@ fieldset > legend {
|
|||
#side_playlist .zend_form input, #side_playlist .zend_form textarea {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#fieldset-metadate_change {
|
||||
clear:both;
|
||||
}
|
Loading…
Reference in New Issue