Modification du style pour affichage sur toutes la surface des champs, voir pour les liens
This commit is contained in:
parent
ea7f205545
commit
6176601532
@ -98,7 +98,7 @@ Class Zend_View_Helper_Field extends Zend_View_Helper_Abstract
|
||||
/* Textarea */
|
||||
private function textareaHTML($name, $field)
|
||||
{
|
||||
$return = '<textarea style="border:1px inset silver;width:60%;height:40px;" name="'.$name.'">'.$field['fields'][$field['type']]['value'].'</textarea>';
|
||||
$return = '<textarea name="'.$name.'">'.$field['fields'][$field['type']]['value'].'</textarea>';
|
||||
|
||||
return ($return);
|
||||
}
|
||||
|
@ -327,23 +327,20 @@ table.ciblage td {
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
.field input,.field select {
|
||||
.field input, .field select, .field textarea {
|
||||
font-size: 0.9em;
|
||||
margin: 2px 0;
|
||||
border:1px solid #000000;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.field input[type="radio"] {
|
||||
margin: 0 5px 0 5px;
|
||||
}
|
||||
|
||||
.field select {
|
||||
border:1px solid #000000;
|
||||
}
|
||||
|
||||
.slider-range
|
||||
{
|
||||
width:150px;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.range {background-color:transparent;}
|
Loading…
Reference in New Issue
Block a user