]> git.mxchange.org Git - friendica.git/commitdiff
theme file_as combobox for 2.0
authorfriendica <info@friendica.com>
Thu, 29 Mar 2012 11:07:16 +0000 (04:07 -0700)
committerfriendica <info@friendica.com>
Thu, 29 Mar 2012 11:07:16 +0000 (04:07 -0700)
view/field_combobox.tpl
view/theme/duepuntozero/style.css

index 658133071497d5bc69a8c56ef70b51a18064e9f3..a4dc8e5714778a8598a0c0d4d6b42c4af7690f42 100644 (file)
@@ -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" >
index c86df75f59e727ae38ece0ff3ef7aebc959530c2..8a8fac662bb7ed382579f0adadb4124b3bdf19f2 100755 (executable)
@@ -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