diff options
author | friendica <info@friendica.com> | 2012-03-29 04:07:16 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-29 04:07:16 -0700 |
commit | e935b3a2253e2c1078ebecb7b9784029c94fb344 (patch) | |
tree | 1b1aeb8b50a56774dc66ad68765f3462b91b5403 | |
parent | 339c8a4b56f3f9d9b1557fbb393821602f62cc54 (diff) | |
download | volse-hubzilla-e935b3a2253e2c1078ebecb7b9784029c94fb344.tar.gz volse-hubzilla-e935b3a2253e2c1078ebecb7b9784029c94fb344.tar.bz2 volse-hubzilla-e935b3a2253e2c1078ebecb7b9784029c94fb344.zip |
theme file_as combobox for 2.0
-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 |