Index: lams_central/web/css/defaultHTML.css =================================================================== diff -u -rec25cec0aae2211ee71688230aaa0dfd309018ad -r057353dc82b0e66826f7bdc7953e82d528a4a65e --- lams_central/web/css/defaultHTML.css (.../defaultHTML.css) (revision ec25cec0aae2211ee71688230aaa0dfd309018ad) +++ lams_central/web/css/defaultHTML.css (.../defaultHTML.css) (revision 057353dc82b0e66826f7bdc7953e82d528a4a65e) @@ -1539,12 +1539,14 @@ background: url('../images/icons/wrench.png') no-repeat 0 0; padding-left: 25px; padding-bottom: 2px; + margin: 3px 0 0 3px; } #content-main .my-grades-button { background: url('../images/icons/book_edit.png') no-repeat 0 0; padding-left: 25px; padding-bottom: 2px; + margin: 3px 0 0 3px; } #content-main .more-actions-button { @@ -1556,16 +1558,19 @@ #content-main .course-gradebook-button { background: url('../images/icons/book_edit.png') no-repeat 0 3px; padding-left: 25px; + margin: 3px 0 0 3px; } #content-main .search-lesson { background: url('../images/icons/magnifier.png') no-repeat 0 3px; padding-left: 25px; + margin: 3px 0 0 3px; } #content-main .course-notifications { background: url('../images/icons/email_go.png') no-repeat 0 3px; padding-left: 25px; + margin: 3px 0 0 3px; } * html .right-buttons { Index: lams_central/web/groupHeader.jsp =================================================================== diff -u -rdc7b67e7677c8cd2289130c67094a62b39177d05 -r057353dc82b0e66826f7bdc7953e82d528a4a65e --- lams_central/web/groupHeader.jsp (.../groupHeader.jsp) (revision dc7b67e7677c8cd2289130c67094a62b39177d05) +++ lams_central/web/groupHeader.jsp (.../groupHeader.jsp) (revision 057353dc82b0e66826f7bdc7953e82d528a4a65e) @@ -14,14 +14,12 @@ @@ -45,10 +43,8 @@ Index: lams_central/web/includes/javascript/thickbox.js =================================================================== diff -u -rc0ae190cb1f4081bcf86fa46b07d1cbbd43ce250 -r057353dc82b0e66826f7bdc7953e82d528a4a65e --- lams_central/web/includes/javascript/thickbox.js (.../thickbox.js) (revision c0ae190cb1f4081bcf86fa46b07d1cbbd43ce250) +++ lams_central/web/includes/javascript/thickbox.js (.../thickbox.js) (revision 057353dc82b0e66826f7bdc7953e82d528a4a65e) @@ -7,13 +7,6 @@ /*This script has been modified by LAMS.*/ -// fixed according to: http://jamazon.co.uk/web/2008/03/14/jquerybrowserversion-doesnt-recognise-ie7/ -$.browser.msie6 = -$.browser.msie -&& /MSIE 6\.0/i.test(window.navigator.userAgent) -&& !/MSIE 7\.0/i.test(window.navigator.userAgent) -&& !/MSIE 8\.0/i.test(window.navigator.userAgent); - /*!!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/ //on page load call tb_init @@ -292,12 +285,6 @@ function tb_position() { jQuery("#TB_window").css({marginLeft: '-' + parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px'}); - var version = jQuery.browser.version; - if (version instanceof Object) - version=version.number(); - if ( !(jQuery.browser.msie6)) { // take away IE6; fixed according to: http://jamazon.co.uk/web/2008/03/14/jquerybrowserversion-doesnt-recognise-ie7/ - $("#TB_window").css({marginTop: '-' + parseInt((TB_HEIGHT / 2),10) + 'px'}); - } } function tb_parseQuery ( query ) {