Index: lams_central/web/css/ie7-styles.css =================================================================== diff -u --- lams_central/web/css/ie7-styles.css (revision 0) +++ lams_central/web/css/ie7-styles.css (revision 2892628a0a0c66f04f8a0f3f107f7a045f42fa4e) @@ -0,0 +1,26 @@ +/* +************************************************* +LAMS 2.0 +CVS ID $id$ + +************************************************* +IE 7 Style Adjustments +********************************************** */ +/* style for IE - controls the height difference display problems in IE */ + + +.nav-box-right { + height: 31px; + width: auto; + margin-right: 2px; + margin-top: 0px; + float: right; + text-align: center; + } + +#nav-right { /* layout of box that contains the main navigation */ + margin-top:15px; + width: auto; + height: 40px; + margin-right: 1px; +}