Index: lams_central/web/css/ie-styles.css =================================================================== diff -u -r01a8b320b1dd9f0db446469cf34a7a03aac58d85 -r83afedc529f92e62a19e7d95e983a040da879aaa --- lams_central/web/css/ie-styles.css (.../ie-styles.css) (revision 01a8b320b1dd9f0db446469cf34a7a03aac58d85) +++ lams_central/web/css/ie-styles.css (.../ie-styles.css) (revision 83afedc529f92e62a19e7d95e983a040da879aaa) @@ -1,6 +1,73 @@ -/* style for IE - controls the height difference display problems in IE */ - -#header { /*layout of the header */ - width:707px; - height:64px; - background:url(../images/css/top_bg.jpg)no-repeat bottom;} \ No newline at end of file +/* style for IE - controls the height difference display problems in IE */ + +#header { /*layout of the header */ + width:707px; + height:64px; + background:url('../images/top_bg.jpg') no-repeat bottom; + } + +#header-my-courses { /*layout of the header */ + width: 707px; + height:65px; + background: url('../images/css/top_bg.jpg') no-repeat bottom; +} + +.nav-box-right { + height: 31px; + width: auto; + margin-right: 1px; + 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; + +} + +.mycourses-right-buttons {float:right; height:24px; padding-top:5px; margin-top:4px;} + +#content a.add-lesson-button { + background: url('../images/css/add_lesson.jpg') no-repeat 0px 0px; + color: #666; + border: 0px none; + padding: 5px 12px 6px 30px; + text-decoration: none; + border-right:1px solid #d2d2d2; + margin-left:5px; +} + +#content a:hover.add-lesson-button { + background: url('../images/css/add_lesson.jpg') no-repeat 0px 0px; + color: #47bc23; + border: 0px none; + padding: 5px 12px 6px 30px; + text-decoration: none; + margin-top:0px; + margin-left:5px; + border-right:1px solid #d2d2d2; +} + +#content a.manage-group-button { + background: url('../images/css/manage_groups.jpg') no-repeat 0px 0px; + color: #666; + border: 0px none; + padding: 5px 12px 6px 30px; + text-decoration: none; + border-right:1px solid #d2d2d2; + margin-top:6px; + margin-left:10px; +} + +#content a:hover.manage-group-button { + background: url('../images/css/manage_groups.jpg') no-repeat 0px 0px; + color: #47bc23; + border: 0px none; + padding: 5px 12px 6px 30px; + text-decoration: none; + margin-top:0px; + margin-left:10px; + border-right:1px solid #d2d2d2; \ No newline at end of file