[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/07/19 00:57:44

Modified files:
	ossec.css

Log message:
Added overflow scroll to hostSelect select, fixed the alignment issues with IE

Index: ossec.css
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/Styles/ossec.css,v
diff -u -r1.3 -r1.4
--- ossec.css	11 Jul 2007 01:55:33 -0000	1.3
+++ ossec.css	19 Jul 2007 03:57:44 -0000	1.4
@@ -14,7 +14,7 @@
 	left:34px;
 	top:35px;
 	width:210px;
-	height:139px;
+	height:129px;
 	z-index:2;
 	background-color: #FFFFFF;
 	visibility: visible;
@@ -25,9 +25,9 @@
 }
 #layerHostInfo {
 	position:absolute;
-	left:270px;
+	left:252px;
 	top:35px;
-	width:407px;
+	width:425px;
 	height:129px;
 	z-index:2;
 	background-color: #FFFFFF;
@@ -36,7 +36,6 @@
 	border-color: #000000;
 	border-style:solid;
 	border-width:thin;
-	padding: 5px;
 }
 
 #layerGraph {
@@ -165,6 +164,7 @@
 #selectHost {
 	width: 210px;
 	font-size:11px;
+        overflow:scroll;       
 }
 table {
 	background-color: #FFFFFF;


OSSEC home | Main Index | Thread Index


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