raise the z-index values for calendar.css, we need more room
git-svn-id: svn://192.168.202.10@3184 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -8,7 +8,7 @@ img.tcalIcon {
|
||||
div#tcal {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: 100;
|
||||
z-index: 500;
|
||||
width: 158px;
|
||||
padding: 2px 0 0 0;
|
||||
}
|
||||
@@ -74,14 +74,14 @@ div#tcal td.selected {
|
||||
iframe#tcalIF {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: 98;
|
||||
z-index: 498;
|
||||
border: 0;
|
||||
}
|
||||
/* transparent shadow */
|
||||
div#tcalShade {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: 99;
|
||||
z-index: 499;
|
||||
}
|
||||
div#tcalShade table {
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user