From e935b3a2253e2c1078ebecb7b9784029c94fb344 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 29 Mar 2012 04:07:16 -0700 Subject: [PATCH] theme file_as combobox for 2.0 --- view/field_combobox.tpl | 2 +- view/theme/duepuntozero/style.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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