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; +}