summaryrefslogtreecommitdiffstats
path: root/usr/local/www/css
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-01-25 15:16:47 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-01-25 15:16:47 -0200
commitc251f8ccc84a7595bb14ccdd9754321c54762eaf (patch)
treef0b4794bce607c2899270919cdf05b1aea244ba4 /usr/local/www/css
parent8fcb7cf48fc874c10d0336a3b0891ce128825092 (diff)
downloadpfsense-c251f8ccc84a7595bb14ccdd9754321c54762eaf.zip
pfsense-c251f8ccc84a7595bb14ccdd9754321c54762eaf.tar.gz
Make synamic firewall logs and widget add new rows:
The Dynamic Firewall Log page doesn't add rows, it only updates the php generated rows which means that if it's loaded after the log is cleared, it'll never show any activity. The same occurs for the log widget. This pacth fix this issue moving from absolutely sized spans to tables. It should fix #2763
Diffstat (limited to 'usr/local/www/css')
-rw-r--r--usr/local/www/css/table.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/css/table.css b/usr/local/www/css/table.css
index 29ae503..3393db3 100644
--- a/usr/local/www/css/table.css
+++ b/usr/local/www/css/table.css
@@ -40,3 +40,7 @@ if theme changes are needed include a table.css in the /themes/yourtheme/ */
border-left: none;
border-bottom: 2px solid #999999;
}
+.ellipsis {
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
OpenPOWER on IntegriCloud