From f06f7cc0c2051e3e5e507d6b95583fcc32b7890e Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Sun, 16 Sep 2012 12:17:17 +0200 Subject: (line endings UNIX format..) Firewall log alternating colored rows Firewall log sortable Fixed several sorting issues in widgets and other pages Sorting now possible on multiple rows in the header tables Sorting now possible for text that starts with IPv4:port --- usr/local/www/css/table.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 usr/local/www/css/table.css (limited to 'usr/local/www/css') diff --git a/usr/local/www/css/table.css b/usr/local/www/css/table.css new file mode 100644 index 0000000..29ae503 --- /dev/null +++ b/usr/local/www/css/table.css @@ -0,0 +1,42 @@ +/* Element CSS Definitions for (MultiRow-)tables +if theme changes are needed include a table.css in the /themes/yourtheme/ */ +.listMR { + background-color: #DDD; + font-size: 11px; + padding-left: 6px; + padding-top: 2px; + padding-bottom: 2px; +} +.listMRlr { + border-right: 1px solid #999999; + border-bottom: 1px solid #999999; + border-left: 1px solid #999999; + font-size: 11px; + padding-right: 6px; + padding-left: 6px; + padding-top: 4px; + padding-bottom: 4px; +} +.listMRr { + border-right: 1px solid #999999; + border-bottom: 1px solid #999999; + font-size: 11px; + padding-right: 6px; + padding-left: 6px; + padding-top: 4px; + padding-bottom: 4px; +} +.listMRodd { + background-color: #FFFFFF; +} +.listMReven { + background-color: #F0F0F0; +} +.listMRDescriptionL { + border-right: none; + border-bottom: 2px solid #999999; +} +.listMRDescriptionR { + border-left: none; + border-bottom: 2px solid #999999; +} -- cgit v1.1