Index: lams_central/web/groupHeader.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/groupHeader.jsp,v diff -u -r1.9 -r1.9.2.1 --- lams_central/web/groupHeader.jsp 20 Aug 2013 12:17:10 -0000 1.9 +++ lams_central/web/groupHeader.jsp 2 May 2015 08:16:42 -0000 1.9.2.1 @@ -14,14 +14,12 @@ @@ -45,10 +43,8 @@ Index: lams_central/web/css/defaultHTML.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v diff -u -r1.58.2.4 -r1.58.2.5 --- lams_central/web/css/defaultHTML.css 16 Apr 2015 01:24:28 -0000 1.58.2.4 +++ lams_central/web/css/defaultHTML.css 2 May 2015 08:16:42 -0000 1.58.2.5 @@ -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 { @@ -1692,11 +1697,14 @@ .rating-criteria-tag { width: 60%; - padding-bottom: 25px; + padding-left: 20px; } .rating-criteria-tag input[type="text"] { width: 100%; } +#criterias-table { + margin-left: 0; +} #criterias-table td { vertical-align:middle; } @@ -1720,3 +1728,6 @@ div.delete-arrow { background-image: url('../images/disposal.gif'); } +.gray-color{ + color: gray; +} Index: lams_central/web/includes/javascript/thickbox.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/thickbox.js,v diff -u -r1.1 -r1.1.2.1 --- lams_central/web/includes/javascript/thickbox.js 11 Dec 2012 11:29:44 -0000 1.1 +++ lams_central/web/includes/javascript/thickbox.js 2 May 2015 08:16:42 -0000 1.1.2.1 @@ -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 ) {