summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-25 07:23:00 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-25 07:23:00 +0000
commita33d1cfc6da093c1ac7a47a3859d7afa9292b1d9 (patch)
treed912dd92cd49f5a7796dff9640d258a33d69b2f4
parent0f1a9c1d7a56b03579091d4b57acdebf8d4f48b1 (diff)
downloadacf-dansguardian-a33d1cfc6da093c1ac7a47a3859d7afa9292b1d9.tar.bz2
acf-dansguardian-a33d1cfc6da093c1ac7a47a3859d7afa9292b1d9.tar.xz
Minor cleanup of styling in listfiles html view
-rw-r--r--dansguardian-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dansguardian-listfiles-html.lsp b/dansguardian-listfiles-html.lsp
index 3479e3c..df2685e 100644
--- a/dansguardian-listfiles-html.lsp
+++ b/dansguardian-listfiles-html.lsp
@@ -57,7 +57,7 @@ end %>
<tr>
<td><% htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename, redir=redir}, label="", option="Edit", action="edit"}), page_info, -1) %></td>
<td><%= html.html_escape(file.filename) %></td>
- <td><span style="display:none"><%= convertsize(file.size) %>b</span><%= html.html_escape(file.size) %></td>
+ <td><span class="hide"><%= convertsize(file.size) %>b</span><%= html.html_escape(file.size) %></td>
<td><%= html.html_escape(file.mtime) %></td>
<tr>
<% end %>