Skip to content

Commit

Permalink
CSS fix for IE 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Apr 8, 2009
1 parent 24500cb commit cb43610
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions date_input.css
Expand Up @@ -24,9 +24,7 @@
display: none;
}
.date_selector .nav {
overflow: hidden;
width: 17.5em; /* 7 * 2.5em */
padding: 0 4px; /* Compensates for cell borders */
}
.date_selector .month_nav, .date_selector .year_nav {
margin: 0 0 3px 0;
Expand All @@ -38,12 +36,11 @@
.date_selector .month_nav {
float: left;
width: 55%;
margin-left: -4px; /* Counter balances the padding of .nav */
}
.date_selector .year_nav {
float: right;
width: 35%;
margin-right: -4px; /* Counter balances the padding of .nav */
margin-right: -8px; /* Compensates for cell borders */
}
.date_selector .month_name, .date_selector .year_name {
font-weight: bold;
Expand Down

0 comments on commit cb43610

Please sign in to comment.