diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/field_combobox.tpl | 2 | ||||
-rwxr-xr-x | view/theme/duepuntozero/style.css | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/view/field_combobox.tpl b/view/field_combobox.tpl index 658133071..a4dc8e571 100644 --- a/view/field_combobox.tpl +++ b/view/field_combobox.tpl @@ -1,6 +1,6 @@ <div class='field combobox'> - <label for='id_$field.0'>$field.1</label> + <label for='id_$field.0' id='id_$field.0_label'>$field.1</label> {# html5 don't work on Chrome, Safari and IE9 <input id="id_$field.0" type="text" list="data_$field.0" > <datalist id="data_$field.0" > diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c86df75f5..8a8fac662 100755 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -3059,3 +3059,10 @@ ul.menu-popup { .notify-seen { background: #DDDDDD; } + +#id_term_label { + width:75px; +} +#id_term { + width:100px; +}
\ No newline at end of file |