diff --git a/~dev_rating/media/less/teacher/index.css b/~dev_rating/media/less/teacher/index.css index a07055d9275c023a4c693360db9ad9173e389a5e..12de989443301b7f1b4f31c6e25765d34c1eeec2 100644 --- a/~dev_rating/media/less/teacher/index.css +++ b/~dev_rating/media/less/teacher/index.css @@ -75,7 +75,7 @@ button.DeleteDiscipline { height: 27px; width: 27px; - background: url("../imgicons/del_dis.png") no-repeat center center; + background: url("../../img/icons/del_dis.png") no-repeat center center; border: 0; cursor: pointer; } diff --git a/~dev_rating/media/less/teacher/index.less b/~dev_rating/media/less/teacher/index.less index 3ce91f898423cbf72bcc8d4709830f385d3f94fd..41c77d2c7730be8de4b82368065b9f97007b9f9e 100644 --- a/~dev_rating/media/less/teacher/index.less +++ b/~dev_rating/media/less/teacher/index.less @@ -1,4 +1,5 @@ @import (reference) "../common.less"; +@ImagePath: '../../img/'; .info_cell, .action_cell, .delete_cell {