aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_gui.inc
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2010-08-18 00:44:25 -0700
committerrobiscool <robrob2626@yahoo.com>2010-08-18 00:44:57 -0700
commit2eb7993da4ebb286b413fd50f2720a735bc4bcf8 (patch)
tree7b6479ee1a7c9bacccaf421786f9b6ecca32313f /config/snort/snort_gui.inc
parentdef915603f9ae111aea4a647dc88b254685b864a (diff)
downloadpfsense-packages-2eb7993da4ebb286b413fd50f2720a735bc4bcf8.tar.gz
pfsense-packages-2eb7993da4ebb286b413fd50f2720a735bc4bcf8.tar.bz2
pfsense-packages-2eb7993da4ebb286b413fd50f2720a735bc4bcf8.zip
snort, fix home image link, add js_rowhelper from 2.0 upstearm
Diffstat (limited to 'config/snort/snort_gui.inc')
-rw-r--r--config/snort/snort_gui.inc27
1 files changed, 18 insertions, 9 deletions
diff --git a/config/snort/snort_gui.inc b/config/snort/snort_gui.inc
index 424ae867..9a3f1377 100644
--- a/config/snort/snort_gui.inc
+++ b/config/snort/snort_gui.inc
@@ -72,8 +72,8 @@ $snort_custom_rnd_box = '
NiftyCheck();
Rounded("div#mainarea2","bl br tr","#FFF","#dddddd","smooth");
- Rounded("div#mainarea3","bl br tr","#FFF","#eeeeee","smooth");
- Rounded("div#mainarea4","all","#FFF","#eeeeee","smooth");
+ Rounded("div#mainarea3","bl br tr","#FFF","#dddddd","smooth");
+ Rounded("div#mainarea4","all","#FFF","#dddddd","smooth");
Rounded("div#mainarea5","all","#eeeeee","#dddddd","smooth");
//-->
@@ -123,7 +123,7 @@ font-size:12px;
}
.tabcont {
-background-color: #eeeeee;
+background-color: #dddddd;
padding-right: 12px;
padding-left: 12px;
padding-top: 12px;
@@ -138,12 +138,21 @@ padding-top: 12px;
padding-bottom: 12px;
}
-.tabcont5 {
-background-color: #dddddd;
-padding-right: 12px;
-padding-left: 12px;
-padding-top: 12px;
-padding-bottom: 12px;
+.vncell2 {
+ background-color: #eeeeee;
+ padding-right: 20px;
+ padding-left: 8px;
+ border-bottom: 1px solid #999999;
+}
+
+.vncellreq2 {
+background-color: #eeeeee;
+padding-right: 20px;
+padding-left: 8px;
+font-weight: bold;
+border-bottom-width: 1px;
+border-bottom-style: solid;
+border-bottom-color: #999999;
}
</style> ' . "\n";