summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-25 07:27:39 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-25 07:27:39 +0000
commitee87dbad8620833b364fb7405eb6ab168cdee0de (patch)
tree049d328d749ecbf35a2ee2febf3520c3dd11c453
parent018c7d1a0cef09a7558a7ee8970ab67c9dfc7cb8 (diff)
downloadacf-postgresql-ee87dbad8620833b364fb7405eb6ab168cdee0de.tar.bz2
acf-postgresql-ee87dbad8620833b364fb7405eb6ab168cdee0de.tar.xz
Minor cleanup of styling in listfiles html view
-rw-r--r--postgresql-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql-listfiles-html.lsp b/postgresql-listfiles-html.lsp
index c571b48..6b7fc9c 100644
--- a/postgresql-listfiles-html.lsp
+++ b/postgresql-listfiles-html.lsp
@@ -59,7 +59,7 @@ end %>
htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename, redir=redir}, label="", option="Edit", action="expert"}), page_info, -1)
%></td>
<td><%= html.html_escape(file.filename) %></td>
- <td><span style="display:none"><%= convertsize(file.filesize) %>b</span><%= html.html_escape(file.filesize) %></td>
+ <td><span class="hide"><%= convertsize(file.filesize) %>b</span><%= html.html_escape(file.filesize) %></td>
<td><%= html.html_escape(file.mtime) %></td>
</tr>
<% end %>