diff --git a/~dev_rating/application/views/teacher/discipline/EditStudents.twig b/~dev_rating/application/views/teacher/discipline/EditStudents.twig index d8db37841fddf9d0688a70e34f3fe20cc6ce0a05..d19e0a97e0dce53da194ca45f9ada76e55c316db 100644 --- a/~dev_rating/application/views/teacher/discipline/EditStudents.twig +++ b/~dev_rating/application/views/teacher/discipline/EditStudents.twig @@ -38,7 +38,7 @@ {% for student in group.students %} {{ idx.outputStudent(student) }} {% endfor %} - <button class="default_BlueButton btn_editStudents">Отсоединить всех</button> + <button class="btn_editStudents">Отсоединить всех</button> </div> {% endfor %} </div> diff --git a/~dev_rating/media/css/discipline.css b/~dev_rating/media/css/discipline.css index 365e5d1ac79cc30e1469210c16c77c9e13591150..c844a748791eab1e671edb08fcb3b5ed62e6da3f 100644 --- a/~dev_rating/media/css/discipline.css +++ b/~dev_rating/media/css/discipline.css @@ -532,12 +532,31 @@ } .btn_editStudents { + border: 0; + padding: 6px 20px; + font-weight: bold; + font-size: 13px; + border-radius: 3px; + moz-border-radius: 3px; + -webkit-border-radius: 3px; + -khtml-border-radius: 3px; + + display: inline-block; margin-top: 10px; float: right; background-color: #f2dede; color: #ad4442; } + + .btn_editStudents:hover{ + cursor: pointer; + background-color: #f9e6e6; + } + + .btn_editStudens:focus { + background-color: #f9e6e6; + } .SearchStudents { display: block; diff --git a/~dev_rating/media/css/rating.css b/~dev_rating/media/css/rating.css index 19319ead0cffd97f53719ac3484fce42d622cdc9..14024295e57b92da911c93b6d52cf0663744b0e0 100644 --- a/~dev_rating/media/css/rating.css +++ b/~dev_rating/media/css/rating.css @@ -38,7 +38,6 @@ .groupSelectorText { display: inline-block; - font-size: 12pt; text-align: center; vertical-align: middle; }