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

Fix discipline edit > students

parent 11658354
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
.StudentsList .GradeAndGroupTitle { .StudentsList .GradeAndGroupTitle {
background: #f1f1f1; background: #f1f1f1;
overflow: hidden; overflow: hidden;
padding: 5px 10px; padding: 10px 10px;
margin-top: 15px; margin-top: 15px;
color: #333; color: #333;
} }
...@@ -76,7 +76,6 @@ ...@@ -76,7 +76,6 @@
.StudentsList .GroupContainerAttached .Student { .StudentsList .GroupContainerAttached .Student {
float: right; float: right;
/*width: 880px;*/
margin-top: 10px; margin-top: 10px;
padding: 7px 10px; padding: 7px 10px;
} }
...@@ -84,6 +83,7 @@ ...@@ -84,6 +83,7 @@
.StudentsList .Student .Name { .StudentsList .Student .Name {
float: left; float: left;
color: #363636; color: #363636;
padding: 1px 0;
} }
.StudentsList .Student .From { .StudentsList .Student .From {
float: left; float: left;
...@@ -92,7 +92,10 @@ ...@@ -92,7 +92,10 @@
} }
.StudentsList .Student .action { .StudentsList .Student .action {
float: right; float: right;
cursor: pointer cursor: pointer;
font-weight: bold;
padding: 0;
margin: 0;
} }
.StudentsList .StatusBind { .StudentsList .StatusBind {
background: #EDF1F5; background: #EDF1F5;
...@@ -101,9 +104,6 @@ ...@@ -101,9 +104,6 @@
background: #FDEFE9; background: #FDEFE9;
box-shadow: 2px 2px 2px #ECDDDD; box-shadow: 2px 2px 2px #ECDDDD;
} }
.StudentsList .Student .action{
font-weight: bold;
}
.StudentsList .Student .Action_UnbindStudent { .StudentsList .Student .Action_UnbindStudent {
color: #FF0000; color: #FF0000;
background: transparent; background: transparent;
...@@ -179,4 +179,4 @@ ...@@ -179,4 +179,4 @@
display: inline-block; display: inline-block;
clear: both; clear: both;
margin-top: 10px; 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