Skip to content

Commit 5a1bac7

Browse files
committed
form stylistically done
1 parent d736f2f commit 5a1bac7

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

conditional/templates/major_project_submission.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@
88
<h3 class="page-title">Major Project Form</h3>
99
<!--TODO: put a box explaining major project -->
1010
<div class="panel panel-default">
11-
<p>This talks about major project submission guidelines</p>
11+
<div class="panel-body">
12+
<p class="lead">This talks about major project submission guidelines. Rubber cheese chalk and cheese
13+
pepper jack. Lancashire monterey jack say cheese roquefort stinking bishop danish fontina manchego
14+
cheese and wine. Cheeseburger cow dolcelatte feta fondue pecorino roquefort cauliflower cheese. St.
15+
agur blue cheese danish fontina emmental stilton smelly cheese bavarian bergkase fromage cheesy
16+
feet. Paneer stilton halloumi ricotta macaroni cheese stinking bishop cottage cheese camembert de
17+
normandie. Danish fontina cheese triangles squirty cheese cheese on toast camembert de
18+
normandie.</p>
19+
</div>
1220
</div>
1321
<form data-module="majorProjectForm">
1422
<div class="panel panel-default">
@@ -41,10 +49,10 @@ <h3 class="page-title">Major Project Form</h3>
4149
<textarea id="links" name="links" class="form-control" rows="2"
4250
placeholder="If you have links (GitHub, YouTube, etc.), put them here!"></textarea>
4351
</div>
44-
<div class="col-lg-5">
52+
<div class="col-lg-4">
4553
<label class="form-label" for="project-files">Photos and Files</label>
46-
<div class="dropzone" id="project-files">
47-
<div class="dz-message">
54+
<div class="dropzone" id="project-files" style="margin: 0">
55+
<div class="dz-message" style="margin: 0">
4856
<img src="../images/photo_video.svg" width="72px">
4957
<div class="upload-title">Upload Photos and Videos</div>
5058
<div class="upload-sub">Drag files here or click to upload.</div>

frontend/stylesheets/pages/_major-project.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
.form-label {
66
margin-bottom: 0;
77
margin-top: 1.25rem;
8-
font-size: 1.5rem;
8+
font-size: 2rem;
99
}

0 commit comments

Comments
 (0)