Skip to content

Commit

Permalink
use z-index for calendar element just to be on a safer side
Browse files Browse the repository at this point in the history
  • Loading branch information
tipiirai committed Jul 22, 2010
1 parent 4641592 commit e29d1e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demos/dateinput/css/flight-calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

/* calendar root element */
#calroot {
/* place on top of other elements. set a higher value if nessessary */
z-index:1;

font-family:sans-serif;
background-color:#fff;
border:1px solid #ccc;
Expand Down
2 changes: 2 additions & 0 deletions demos/dateinput/css/large.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
}

#calroot {
/* place on top of other elements. set a higher value if nessessary */
z-index:1;
margin-top:-22px;
width:370px;
}
Expand Down
3 changes: 3 additions & 0 deletions demos/dateinput/css/skin1.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

/* calendar root element */
#calroot {
/* place on top of other elements. set a higher value if nessessary */
z-index:1;

margin-top:-1px;
width:198px;
padding:2px;
Expand Down

0 comments on commit e29d1e0

Please sign in to comment.