Index: lams_central/web/css/defaultHTML.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v diff -u -r1.21 -r1.21.6.1 --- lams_central/web/css/defaultHTML.css 4 Dec 2006 07:54:28 -0000 1.21 +++ lams_central/web/css/defaultHTML.css 23 Apr 2007 01:58:07 -0000 1.21.6.1 @@ -412,19 +412,6 @@ font-size:11px; } -/************ The sequence name box **********/ -.sequence-name { - margin-top:5px; - margin-left:30px; - -} - -.sequence-name p{ - margin:0px; - -} - - #content a.sequence-name-link { color:#0087E5; text-decoration: none; @@ -1186,3 +1173,120 @@ } .userpage-td {border-left:1px solid #ccc;} + + +.user-img {background: url('../images/css/user.jpg') no-repeat 0 3px; margin-right:5px; padding:5px 0px 5px 25px; +} + +.mycourses-monitor-img {background: url('../images/css/mycourses_monitor.jpg') no-repeat 0 3px; margin-right:5px; padding:5px 0px 5px 25px; +} + +.mycourses-addlesson-img {background: url('../images/css/mycourses_addlesson.jpg') no-repeat 0 3px; margin-right:5px; padding:5px 0px 5px 25px; +} + + + + + +/*IE style workarounds */ + +* html #header { /*layout of the header */ + width:707px; + height:64px; + background:url ('../images/top_bg.jpg') no-repeat bottom; + } + +* html #header-my-courses { /*layout of the header */ + width: 707px; + height:65px; + background: url ('../images/css/top_bg.jpg') no-repeat bottom; +} + +* html .nav-box-right { + height: 31px; + width: auto; + margin-right: 1px; + margin-top: 1px; + float: right; + text-align: center; + } + +* html #nav-right { /* layout of box that contains the main navigation */ + margin-top:15px; + width: auto; + height: 40px; + margin-right: 1px; + +} + +* html .mycourses-right-buttons {float:right; height:24px; padding-top:5px; padding-bottom:5px; margin-top:4px;} + +* html #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; +} + +* html #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; +} + +* html #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; +} + +* html #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; + } + +* html #content { + padding-bottom:0px + } + + +* html .right-buttons {float:right; padding-top:5px; padding-bottom:5px; margin-bottom:20px;} + +* html .space-bottom { + margin-bottom: 40px; + +} + + + +/*IE 7 workarounds */ + +*:first-child+html .nav-box-right { + height: px; + width: auto; + margin-right: 2px; + margin-top: -14px; + float: right; + text-align: center; +} + +*:first-child+html .mycourses-right-buttons {float:right; padding-right:20px; margin-top:0px; height:24px; font-size:11px; padding-top:10px; padding-bottom:10px;}