Redmine CCS

This commit is contained in:
Karel Picman 2016-03-16 15:29:34 +01:00
parent 9b0dc9822c
commit 3d0ca5838c
7 changed files with 8 additions and 7 deletions

View File

@ -23,7 +23,7 @@
<% locked_for_user = subfolder && subfolder.locked_for_user? %>
<% locked = subfolder && subfolder.locked? %>
<td class="checkbox"><%= check_box_tag(name, id, false,
<td class="dmsf_checkbox"><%= check_box_tag(name, id, false,
:title => l(:title_check_for_zip_download_or_email), :id => "subfolder_#{id}") %></td>
<td class="dmsf_title">
<%= link_to(h(title),

View File

@ -20,7 +20,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
%>
<td class="checkbox"><%= check_box_tag(name, id, false,
<td class="dmsf_checkbox"><%= check_box_tag(name, id, false,
:title => l(:title_check_for_restore_or_delete), :id => "subfolder_#{id}") %></td>
<td class="dmsf_title">
<%= content_tag(:span, h(title),

View File

@ -22,7 +22,7 @@
<% wf = DmsfWorkflow.find_by_id(file.last_revision.dmsf_workflow_id) %>
<td class="checkbox"><%= check_box_tag(name, id, false,
<td class="dmsf_checkbox"><%= check_box_tag(name, id, false,
:title => l(:title_check_for_zip_download_or_email), :id => "file_#{id}") %></td>
<td class="dmsf_title">
<% file_view_url = url_for({:controller => :dmsf_files, :action => 'view', :id => file}) %>

View File

@ -20,7 +20,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
%>
<td class="checkbox"><%= check_box_tag(name, id, false,
<td class="dmsf_checkbox"><%= check_box_tag(name, id, false,
:title => l(:title_check_for_restore_or_delete), :id => "file_#{id}") %></td>
<td class="dmsf_title">
<%= content_tag(:span, h(title),

View File

@ -20,7 +20,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
%>
<td class="checkbox"></td>
<td class="dmsf_checkbox"></td>
<td class="dmsf_title">
<%= link_to(h(title),
link.external_url,

View File

@ -20,7 +20,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
%>
<td class="checkbox"><%= check_box_tag(name, id, false,
<td class="dmsf_checkbox"><%= check_box_tag(name, id, false,
:title => l(:title_check_for_restore_or_delete)) %></td>
<td class="dmsf_title">
<%= link_to(h(title),

View File

@ -47,7 +47,8 @@ table.list td.dmsf_buttons {
text-align: left;
}
table.list th.dmsf_checkbox {
table.list th.dmsf_checkbox,
table.list td.dmsf_checkbox {
width: 15px;
padding: 2px 0 0 0;
}