From c251f8ccc84a7595bb14ccdd9754321c54762eaf Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 25 Jan 2013 15:16:47 -0200 Subject: 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 --- usr/local/www/css/table.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr/local/www/css/table.css') 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; +} -- cgit v1.1