diff --git a/media/less/teacher/discipline/editStudents.less b/media/less/teacher/discipline/editStudents.less
index 11272ad57133b008bf9f754af1ad20d251808bf4..3d2bdb9360e3b897bb3f871f3ca8a679644b77b3 100644
--- a/media/less/teacher/discipline/editStudents.less
+++ b/media/less/teacher/discipline/editStudents.less
@@ -15,7 +15,7 @@
 .StudentsList .GradeAndGroupTitle {
   background: #f1f1f1;
   overflow: hidden;
-  padding: 5px 10px;
+  padding: 10px 10px;
   margin-top: 15px;
   color: #333;
 }
@@ -76,7 +76,6 @@
 
 .StudentsList .GroupContainerAttached .Student {
   float: right;
-  /*width: 880px;*/
   margin-top: 10px;
   padding: 7px 10px;
 }
@@ -84,6 +83,7 @@
 .StudentsList .Student .Name {
   float: left;
   color: #363636;
+  padding: 1px 0;
 }
 .StudentsList .Student .From {
   float: left;
@@ -92,7 +92,10 @@
 }
 .StudentsList .Student .action {
   float: right;
-  cursor: pointer
+  cursor: pointer;
+  font-weight: bold;
+  padding: 0;
+  margin: 0;
 }
 .StudentsList .StatusBind {
   background: #EDF1F5;
@@ -101,9 +104,6 @@
   background: #FDEFE9;
   box-shadow: 2px 2px 2px #ECDDDD;
 }
-.StudentsList .Student .action{
-  font-weight: bold;
-}
 .StudentsList .Student .Action_UnbindStudent {
   color: #FF0000;
   background: transparent;
@@ -179,4 +179,4 @@
   display: inline-block;
   clear: both;
   margin-top: 10px;
-}
\ No newline at end of file
+}