File tree Expand file tree Collapse file tree 5 files changed +23
-27
lines changed Expand file tree Collapse file tree 5 files changed +23
-27
lines changed Original file line number Diff line number Diff line change 1
1
$breadcrumb-grey : #e9ecef ;
2
2
3
3
.breadcumb-nav {
4
+ align-items : center ;
4
5
background-color : $breadcrumb-grey ;
5
6
border-radius : 0.25rem ;
6
7
display : flex ;
7
- align-items : center ;
8
8
padding-right : 1rem ;
9
9
10
10
.breadcrumb {
Original file line number Diff line number Diff line change 1
- $footer_height : 5rem ;
1
+ $footer-height : 5rem ;
2
2
3
3
.footer {
4
- height : $footer_height ;
4
+ height : $footer-height ;
5
5
background-color : rgb (54 , 116 , 214 );
6
6
}
7
7
Original file line number Diff line number Diff line change @@ -147,10 +147,10 @@ div.stack-trace {
147
147
}
148
148
149
149
.scrollable {
150
- width : 95vw ;
151
- height : 70vh ;
152
150
align-self : center ;
151
+ height : 70vh ;
153
152
overflow : auto ;
153
+ width : 95vw ;
154
154
}
155
155
156
156
div .feedback-question {
@@ -171,6 +171,19 @@ form.single-button {
171
171
table {
172
172
border-collapse : collapse ;
173
173
width : 100% ;
174
+
175
+ & .points {
176
+ min-width : 100% ;
177
+ text-align : center ;
178
+ tbody tr :nth-child (odd ) {
179
+ background-color : lighten ($breadcrumb-grey , 4% );
180
+ }
181
+ }
182
+
183
+ & .points tr .admin * {
184
+ color : #808080 ;
185
+ }
186
+
174
187
}
175
188
176
189
table > * > tr > td {
@@ -196,24 +209,6 @@ tr.table-totals > td {
196
209
font-weight : bold ;
197
210
}
198
211
199
- /* Points tables */
200
-
201
- table .points {
202
- min-width : 100% ;
203
- }
204
-
205
- table .points tr .admin * {
206
- color : gray ;
207
- }
208
-
209
- table .points > * > tr > td {
210
- text-align : center ;
211
- }
212
-
213
- table .points > tbody tr :nth-child (odd ) {
214
- background-color : lighten ($breadcrumb-grey , 4% );
215
- }
216
-
217
212
/* Code reviews */
218
213
219
214
.code-review {
@@ -481,11 +476,12 @@ td.hljs-ln-code {
481
476
}
482
477
483
478
.points-container {
479
+ align-content : stretch ;
484
480
display : flex ;
485
481
flex-direction : column ;
486
- align-content : stretch ;
487
482
}
488
483
489
- #filter-form input [type = " checkbox" ], select {
484
+ .filter-form input [type = " checkbox" ],
485
+ select {
490
486
margin : 0.2rem ;
491
487
}
Original file line number Diff line number Diff line change 1
- @import " _breadcrumb " ;
1
+ @import " breadcrumb " ;
2
2
3
3
.course-point-header {
4
4
display : flex ;
Original file line number Diff line number Diff line change 1
1
< h1 > List of participants</ h1 >
2
2
3
- <%= form_tag ( participants_path , :method => :get , :id => "filter-form" ) do %>
3
+ <%= form_tag ( participants_path , :method => :get , :class => "filter-form" ) do %>
4
4
< div style ="float: left ">
5
5
<%= render :partial => 'participants/filter_controls' %>
6
6
</ div >
You can’t perform that action at this time.
0 commit comments