diff --git a/application/classes/Controller/Teacher/Rating.php b/application/classes/Controller/Teacher/Rating.php index 55dee81c9e6e785b25ba15ebee002ef33c577923..2d7fc729ebe7224dd9730b81f5f3a77e581326c7 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 e0cf494c0b793e8c8be245bda67f8e497514b6fb..e1557314b7a980f8437d42f82aa0045475c08f6c 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;