aboutsummaryrefslogtreecommitdiffstats
path: root/config/lightsquid/sqstat.css
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-05-11 02:18:47 -0300
committermarcelloc <marcellocoutinho@gmail.com>2012-05-11 02:18:47 -0300
commite56c90c1453d6bc32ef0caf48f2be3f4364add13 (patch)
tree7e03cf4ffcf386b0afe563679692212b3e676a0e /config/lightsquid/sqstat.css
parent37ea2daf168d0b12ce7196f224bc67bcc17cfebd (diff)
downloadpfsense-packages-e56c90c1453d6bc32ef0caf48f2be3f4364add13.tar.gz
pfsense-packages-e56c90c1453d6bc32ef0caf48f2be3f4364add13.tar.bz2
pfsense-packages-e56c90c1453d6bc32ef0caf48f2be3f4364add13.zip
lightsquid - push missing files for sqstat feature
Diffstat (limited to 'config/lightsquid/sqstat.css')
-rw-r--r--config/lightsquid/sqstat.css67
1 files changed, 67 insertions, 0 deletions
diff --git a/config/lightsquid/sqstat.css b/config/lightsquid/sqstat.css
new file mode 100644
index 00000000..293f0c79
--- /dev/null
+++ b/config/lightsquid/sqstat.css
@@ -0,0 +1,67 @@
+/* "connections" table */
+TABLE.result{
+ border:1px solid #ccccdd;border-collapse:collapse;
+}
+TABLE.result TH{
+ font-family: Verdana;font-size:14px;
+}
+TABLE.result TD{
+ font-family: Verdana;font-size:11px;border:1px solid #c0c0c0;padding:2px;
+}
+TABLE.result TR.total TD{
+ background-color:#DCDAD5;
+}
+
+TABLE.result TH{
+ background-color:#ccccdd;
+ white-space: nowrap; padding: 0px 2px;
+}
+
+TABLE.result tr.odd td {
+ background-color: #eef;
+}
+TABLE.result tr.odd td#white {
+ background-color: #fff;
+}
+TABLE.result td#highlight {
+ background-color: #e9e9e9;
+}
+
+
+/* top header */
+DIV.header{
+ border:3px solid #ccccdd;margin-bottom:10px;padding:3px;
+ font-family: Verdana;font-size:12pt;
+}
+.copyleft,SELECT{
+ font-family: Verdana;font-size:10px;
+}
+.copyleft A{
+ text-decoration:none
+}
+.copyleft A:HOVER{
+ text-decoration:underline
+}
+FORM{
+ margin:0;padding:0;
+}
+
+#dhtmltooltip{
+ position: absolute;
+ /* width: 350px; */
+ border: 2px solid black;
+ padding: 2px;
+ background-color: lightyellow;
+ visibility: hidden;
+ z-index: 100;
+ font-family: Verdana; font-size: 10px;
+}
+
+
+#dhtmlpointer{
+ position:absolute;
+ left: -300px;
+ z-index: 101;
+ visibility: hidden;
+}
+