From c80b3b12eae191b5e6b661b0ca16110cdfd4b7c5 Mon Sep 17 00:00:00 2001
From: Shalimov Anton <solidovic@yandex.ru>
Date: Wed, 6 Aug 2014 12:46:58 +0400
Subject: [PATCH] =?UTF-8?q?=D0=A3=20=D1=81=D1=81=D1=8B=D0=BB=D0=BE=D0=BA?=
 =?UTF-8?q?=20=D0=BD=D0=BE=D1=80=D0=BC=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9?=
 =?UTF-8?q?=20=D1=86=D0=B2=D0=B5=D1=82=20=D0=B2=20=D0=B2=D0=B5=D1=80=D1=85?=
 =?UTF-8?q?=D0=BD=D0=B5=D0=BC=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BE=D0=BC=20?=
 =?UTF-8?q?=D1=83=D0=B3=D0=BB=D1=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 application/classes/Controller/Teacher/Rating.php |  2 +-
 media/css/base.css                                | 13 ++++++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/application/classes/Controller/Teacher/Rating.php b/application/classes/Controller/Teacher/Rating.php
index 55dee81c9..2d7fc729e 100644
--- a/application/classes/Controller/Teacher/Rating.php
+++ b/application/classes/Controller/Teacher/Rating.php
@@ -68,7 +68,7 @@ class Controller_Teacher_Rating extends Controller_UserEnvi {
         }
         $twig->tableRate = $studentsHandled;
 
-        $this->response->body($twig);
+		$this->response->body($twig);
         
         //$this->response->body(var_dump($disciplineHandled));
         //$this->response->body(var_dump($studentsHandled));
diff --git a/media/css/base.css b/media/css/base.css
index e0cf494c0..e1557314b 100644
--- a/media/css/base.css
+++ b/media/css/base.css
@@ -10,7 +10,18 @@ div {
 	height: auto;
 	overflow: hidden
 }
-  
+a {
+	font-size: 10pt;
+	text-decoration: none;
+	color: #0183ce;
+}
+a:link {
+	text-decoration: none
+}
+a:hover {
+	text-decoration: underline
+}
+ 
 /*-----------------------------------HEAD-------------------------------------------------*/
 .header_wrapper {
 	background-color: #ffffff;	
-- 
GitLab