Преглед на файлове

Removes hard-coded size on user search fields (#5319).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3682 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.0.0
Jean-Philippe Lang преди 14 години
родител
ревизия
de51e16d2b
променени са 3 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 1
    1
      app/views/groups/_users.html.erb
  2. 1
    1
      app/views/projects/settings/_members.rhtml
  3. 2
    0
      public/stylesheets/application.css

+ 1
- 1
app/views/groups/_users.html.erb Целия файл

@@ -29,7 +29,7 @@
<% remote_form_for(:group, @group, :url => {:controller => 'groups', :action => 'add_users', :id => @group}, :method => :post) do |f| %>
<fieldset><legend><%=l(:label_user_new)%></legend>
<p><%= text_field_tag 'user_search', nil, :size => "40" %></p>
<p><%= text_field_tag 'user_search', nil %></p>
<%= observe_field(:user_search,
:frequency => 0.5,
:update => :users,

+ 1
- 1
app/views/projects/settings/_members.rhtml Целия файл

@@ -58,7 +58,7 @@
<% remote_form_for(:member, @member, :url => {:controller => 'members', :action => 'new', :id => @project}, :method => :post) do |f| %>
<fieldset><legend><%=l(:label_member_new)%></legend>
<p><%= text_field_tag 'principal_search', nil, :size => "40" %></p>
<p><%= text_field_tag 'principal_search', nil %></p>
<%= observe_field(:principal_search,
:frequency => 0.5,
:update => :principals,

+ 2
- 0
public/stylesheets/application.css Целия файл

@@ -439,6 +439,8 @@ div#tab-content-members fieldset div, div#tab-content-users fieldset div { max-h

table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat 0% 50%; }

input#principal_search, input#user_search {width:100%}

* html div#tab-content-members fieldset div { height: 450px; }

/***** Flash & error messages ****/

Loading…
Отказ
Запис