Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 483b029

Browse files
committed
Tweak colors
1 parent 42d16af commit 483b029

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

views/designer/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{{left_sidebar_enabled,right_sidebar_enabled=False,True}}
22

33
{{extend 'layout.html'}}
4-
4+
<style>
5+
h3 {
6+
color: #ab1059;
7+
}
8+
</style>
59
{{if 'message' in globals():}}
610
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.min.css" />
711
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/js/bootstrap-datepicker.min.js"></script>
@@ -204,7 +208,7 @@ <h3>Step 5</h3>
204208
</div>
205209
<h3>Step 6</h3>
206210
<p><i>Click Submit to create your course.</i></p>
207-
<input type="submit" class="btn btn-default" value="Submit" />
211+
<input type="submit" class="btn btn-default" value="Submit" style="margin-bottom: 30px;"/>
208212
</form>
209213
</div>
210214

0 commit comments

Comments
 (0)