Mercurial > hg > soundsoftware-site
changeset 1423:40e82f170353 biblio_alt_search_auth
small adjustments to text box size.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 02 Oct 2013 16:47:03 +0100 |
parents | c97b3b9b5c86 |
children | 637ee26ae557 |
files | plugins/redmine_bibliography/app/views/publications/_bibtex_fields.html.erb |
diffstat | 1 files changed, 17 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/redmine_bibliography/app/views/publications/_bibtex_fields.html.erb Wed Oct 02 16:44:26 2013 +0100 +++ b/plugins/redmine_bibliography/app/views/publications/_bibtex_fields.html.erb Wed Oct 02 16:47:03 2013 +0100 @@ -8,55 +8,55 @@ </p> <p class="bibtex hol"> - <%= f.label :year %><%= f.text_field :year -%> + <%= f.label :year %><%= f.text_field :year, :size => 5 -%> </p> <p class="bibtex hol"> - <%= f.label :month %><%= f.text_field :month, :size => 4%> + <%= f.label :month %><%= f.text_field :month, :size => 5 -%> </p> <p class="bibtex hol"> - <%= f.label :chapter %><%= f.text_field :chapter, :size => 15%> + <%= f.label :chapter %><%= f.text_field :chapter, :size => 5 -%> </p> <p class="bibtex hol"> - <%= f.label :editor %><%= f.text_field :editor, :size => 33 %> + <%= f.label :editor %><%= f.text_field :editor -%> </p> <p class="bibtex hol"> - <%= f.label :booktitle %><%= f.text_field :booktitle, :size => 33 %> + <%= f.label :booktitle %><%= f.text_field :booktitle -%> </p> <p class="bibtex hol"> - <%= f.label :publisher %><%= f.text_field :publisher,:size => 33 %> + <%= f.label :publisher %><%= f.text_field :publisher -%> </p> <p class="bibtex hol"> - <%= f.label :pages %><%= f.text_field :pages, :size => 12 %> + <%= f.label :pages %><%= f.text_field :pages, :size => 5 -%> </p> <p class="bibtex hol"> - <%= f.label :address %><%= f.text_field :address %> + <%= f.label :address %><%= f.text_field :address -%> </p> <p class="bibtex hol"> - <%= f.label :annote %><%= f.text_field :annote %> + <%= f.label :annote %><%= f.text_field :annote -%> </p> <p class="bibtex hol"> - <%= f.label :crossref %><%= f.text_field :crossref %> + <%= f.label :crossref %><%= f.text_field :crossref -%> </p> <p class="bibtex hol"> - <%= f.label :edition %><%= f.text_field :edition %> + <%= f.label :edition %><%= f.text_field :edition -%> </p> <p class="bibtex hol"> - <%= f.label :eprint %><%= f.text_field :eprint %> + <%= f.label :eprint %><%= f.text_field :eprint -%> </p> <p class="bibtex hol"> - <%= f.label :howpublished %><%= f.text_field :howpublished %> + <%= f.label :howpublished %><%= f.text_field :howpublished -%> </p> <p class="bibtex hol"> - <%= f.label :journal %><%= f.text_field :journal %> + <%= f.label :journal %><%= f.text_field :journal -%> </p> <p class="bibtex hol"> - <%= f.label :key %><%= f.text_field :key %> + <%= f.label :key %><%= f.text_field :key -%> </p> <p class="bibtex hol"> - <%= f.label :note %><%= f.text_field :note %> + <%= f.label :note %><%= f.text_field :note -%> </p> <p class="bibtex hol"> - <%= f.label :number %><%= f.text_field :number %> + <%= f.label :number %><%= f.text_field :number, :size => 5 -%> </p> <p class="bibtex hol"> <%= f.label :organization %><%= f.text_field :organization %>