diff --git a/app/views/dmsf/_file.html.erb b/app/views/dmsf/_file.html.erb
index c5636c69..14a389b5 100644
--- a/app/views/dmsf/_file.html.erb
+++ b/app/views/dmsf/_file.html.erb
@@ -113,10 +113,9 @@
:title => l(:title_unlock_file))%>
<% else %>
- <% end %>
-
+ <% end %>
-
+
<% end %>
<% end %>
<% if @file_approval_allowed %>
diff --git a/app/views/dmsf/_url.html.erb b/app/views/dmsf/_url.html.erb
index e18ed728..85ae664d 100644
--- a/app/views/dmsf/_url.html.erb
+++ b/app/views/dmsf/_url.html.erb
@@ -48,7 +48,7 @@
-
+
<% end %>
<% end %>
diff --git a/assets/stylesheets/dmsf.css b/assets/stylesheets/dmsf.css
index f8f6cc1b..459cb512 100644
--- a/assets/stylesheets/dmsf.css
+++ b/assets/stylesheets/dmsf.css
@@ -31,9 +31,6 @@ table.entries tbody td, table.entries tbody tr:hover td {
border-right: solid 1px #D7D7D7;
}
-table.entries {
-}
-
table.entries td.modified {
min-width: 127px;
width: 127px;
@@ -70,7 +67,9 @@ table.display tbody tr.odd {
background-color: #FFFFFF;
}
-table.display tbody tr:hover { background-color:#ffffdd; }
+table.display tbody tr:hover {
+ background-color:#ffffdd;
+}
form.dmfs_entries {
margin-bottom: 10px;
@@ -126,15 +125,6 @@ td.workflow {
white-space: nowrap;
}
-/* DMSF entries list icons */
-
-div.right_icon_box {
- float: right;
- white-space: nowrap;
- padding: 0 5px 0 5px;
- width: 96px;
-}
-
/* DMSF entries upload control */
.dmsf_upload textarea {
@@ -210,10 +200,6 @@ table.access-table tbody td, table.access-table tbody tr:hover td {
margin: 5px 0px 5px 0px;
}
-.dmsf-customfields .customfield {
-
-}
-
.dmsf-customfields .customfield label {
font-weight: bold;
width: 100px;
@@ -276,7 +262,7 @@ table.list td.step {
.modal{ font-size: 12px}
/* Command icons */
-.icon-narrow { padding-left: 16px }
+.dmsf_icon-narrow { padding-left: 16px }
.icon-link { background-image: url(../images/link.png); }
.icon-notification-on { background-image: url(../images/notify.png); margin-left: 3px; }
.icon-notification-off { background-image: url(../images/notifynot.png); margin-left: 3px; }