[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-cvs] ossec-hids: ossec.css (HEAD) [davelowe]



Module name:	ossec-hids
Changes by:	davelowe	07/08/09 06:55:46

Modified files:
	ossec.css

Log message:
Description: Search Page checkin
Reviewed by: DL
Bug:
Description:
Bug:

Index: ossec.css
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/Styles/ossec.css,v
diff -u -r1.16 -r1.17
--- ossec.css	7 Aug 2007 08:51:01 -0000	1.16
+++ ossec.css	9 Aug 2007 09:55:46 -0000	1.17
@@ -74,6 +74,19 @@
 	text-align:center;
 	background-image: url(../Images/bottomRow.png);
 }
+.layerSolo {
+	position:absolute;
+	left:32px;
+	top:205px;
+	width:955px;
+	height:550px;
+	z-index:20;
+	border-color: #000000;
+	border-style:solid;
+	border-width:thin;
+	background-color: #FFFFFF;
+	overflow: scroll;
+}
 .layerEventSummary {
 	position:absolute;
 	left:32px;
@@ -201,6 +214,11 @@
 .details {
         text-decoration: underline;
 }
+.headerCenter {
+        font-weight: bold;
+	font-size:11px;
+	text-align:center;
+}
 .date {
 	text-align: right;
 	background-color: #ECE7E7;
@@ -232,3 +250,13 @@
         text-decoration: none;
         color:#666660;
 }
+.formText {
+	background-color: #DEDFDE;
+	font: 9px arial, helvetica, sans-serif;
+	color:#000000;
+	border:1px solid #C1C1C1;
+}
+#bluez {
+	color: #00486F
+}
+


OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.