diff --git a/app/views/dmsf/show.html.erb b/app/views/dmsf/show.html.erb
index 652dce54..758ac51a 100644
--- a/app/views/dmsf/show.html.erb
+++ b/app/views/dmsf/show.html.erb
@@ -61,10 +61,10 @@ form_tag({:action => "entries_operation", :id => @project, :folder_id => @folder
:class => "icon icon-folder") %>
[<%= subfolder.deep_file_count %>]
- - |
- - |
- - |
- - |
+ |
+ |
+ |
+ |
<% if User.current.allowed_to?(:file_approval, @project) %>
diff --git a/assets/stylesheets/dmsf.css b/assets/stylesheets/dmsf.css
index 27f98a54..614a23ef 100644
--- a/assets/stylesheets/dmsf.css
+++ b/assets/stylesheets/dmsf.css
@@ -6,7 +6,8 @@ button {
/* DMSF entries list */
table.entries tbody td, table.entries tbody tr:hover td {
- border: solid 1px #D7D7D7;
+ border-left: solid 1px #D7D7D7;
+ border-right: solid 1px #D7D7D7;
}
table.entries {
diff --git a/init.rb b/init.rb
index 760ac91a..e606c9bf 100644
--- a/init.rb
+++ b/init.rb
@@ -29,7 +29,7 @@ Redmine::Plugin.register :redmine_dmsf do
name "DMSF"
author "Vít Jonáš"
description "Document Management System Features"
- version "1.0.0 dev"
+ version "0.9.2"
url "https://code.google.com/p/redmine-dmsf/"
author_url "mailto:vit.jonas@gmail.com"
|