Apply some styling and add timeline
This commit is contained in:
@@ -47,7 +47,7 @@ $(function() {
|
||||
ace.config.set(attribute, ACE_FILES_PATH);
|
||||
});
|
||||
|
||||
var slider = $('#slider>input');
|
||||
var slider = $('#submissions-slider>input');
|
||||
var submissions = $('#data').data('submissions');
|
||||
var files = $('#data').data('files');
|
||||
|
||||
|
9
app/assets/stylesheets/statistics.css.scss
Normal file
9
app/assets/stylesheets/statistics.css.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
#submissions-slider {
|
||||
margin-top: 25px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
#current-file.editor {
|
||||
height: 400px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user