diff --git a/view/field_combobox.tpl b/view/field_combobox.tpl index 6581330714..a4dc8e5714 100644 --- a/view/field_combobox.tpl +++ b/view/field_combobox.tpl @@ -1,6 +1,6 @@
- + {# html5 don't work on Chrome, Safari and IE9 diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c86df75f59..8a8fac662b 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