Skip to content
Snippets Groups Projects
Commit 61c6b97d authored by Владислав Яковлев's avatar Владислав Яковлев Committed by Роман Штейнберг
Browse files

Fix discipline edit > students

parent 11658354
Branches
Tags
No related merge requests found
......@@ -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
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment