[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: cal.css (HEAD) [davelowe]
- To: ossec-cvs@xxxxxxxxx
- Subject: [ossec-cvs] ossec-hids: cal.css (HEAD) [davelowe]
- From: OSSEC CVS <cvs-commit@xxxxxxxxx>
- Date: Sun, 12 Aug 2007 00:19:01 -0300 (ADT)
- Content-transfer-encoding: 8bit
Module name: ossec-hids
Changes by: davelowe 07/08/12 00:18:59
Modified files:
cal.css
Log message:
Increased the zindex for the calender so that it appears on top of the ossec panel
Index: cal.css
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/Styles/cal.css,v
diff -u -r1.1 -r1.2
--- cal.css 9 Aug 2007 10:02:10 -0000 1.1
+++ cal.css 12 Aug 2007 03:18:58 -0000 1.2
@@ -1,6 +1,9 @@
/* The main calendar widget. DIV containing a table. */
-div.calendar { position: relative; }
+div.calendar {
+ position: relative;
+ z-index: 120;
+}
.calendar, .calendar table {
border: 1px solid #556;
@@ -19,7 +22,7 @@
}
.calendar .nav {
- background: #778 url(menuarrow.gif) no-repeat 100% 100%;
+/* background: #778 url(menuarrow.gif) no-repeat 100% 100%; */
}
.calendar thead .title { /* This holds the current "month, year" */
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.