From 35036b92be9e972b35f108752a56bf7512f86ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=A0=D1=83=D0=B4?= =?UTF-8?q?=D0=B5=D0=BD=D0=B5=D1=86?= <andrey.rudenets@gmail.com> Date: Sun, 8 Feb 2015 22:49:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=D0=B7=D0=B2=D1=80=D0=B0=D1=89?= =?UTF-8?q?=D0=B0=D0=B5=D0=BC=20=D0=BD=D0=B0=20=D0=BC=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=BE=20=D0=B8=D0=BA=D0=BE=D0=BD=D0=BA=D0=B8=20=D1=83=D0=B4?= =?UTF-8?q?=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=B8=D1=81=D1=86?= =?UTF-8?q?=D0=B8=D0=BF=D0=BB=D0=B8=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ~dev_rating/media/less/teacher/index.css | 2 +- ~dev_rating/media/less/teacher/index.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/~dev_rating/media/less/teacher/index.css b/~dev_rating/media/less/teacher/index.css index a07055d92..12de98944 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 3ce91f898..41c77d2c7 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 { -- GitLab