Skip to content

Commit db6cf66

Browse files
committed
minor dashboard tweak
1 parent 3946ee0 commit db6cf66

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

app/assets/stylesheets/custom.css.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,11 +605,18 @@ span.picture {
605605
.new_user_suggestions {
606606
h3 {
607607
margin-top: 20px;
608+
margin-bottom: 20px;
608609
color: #000000;
609610
font-size: 1.6em;
610611
}
611612
font-size: 1.4em;
612613
color: #205081;
614+
615+
ul {
616+
li {
617+
margin-top: 10px;
618+
}
619+
}
613620
}
614621

615622
.alert {

app/views/static_pages/home.html.erb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@
5151
<li><%= link_to "Browse help topics", help_path %></li>
5252
</ul>
5353
</div>
54+
<!--
55+
<div class="col-md-7 col-md-offset-1">
56+
<strong>Welcome! The basic Techscreen workflow consists of:</strong>
57+
<ol><li>setting up a candidate profile</li>
58+
<li>setting up a screening test (or using an existing one), </li>
59+
<li>sending the candidate the test</li>
60+
<li>viewing the results here in your dashboard.</li>
61+
</ol>
62+
</div>
63+
-->
5464
<% else %>
5565
<div class="col-md-8">
5666
<%= render 'shared/test_results' %>

0 commit comments

Comments
 (0)