Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/views/layouts/lockup/_inline_css.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<style>
body {
padding: 12%;
font-family: Helvetica, sans-serif;
Expand Down Expand Up @@ -293,3 +294,4 @@ form p {
margin-bottom: 28px;
}
}
</style>
2 changes: 2 additions & 0 deletions app/views/layouts/lockup/_inline_js.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<script>
setTimeout(function () {
var hint = document.getElementById('hint');
var hint_icon = document.getElementById('hint_icon');
Expand All @@ -12,3 +13,4 @@ setTimeout(function () {
}
}
}, 50);
</script>
9 changes: 3 additions & 6 deletions app/views/layouts/lockup/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
<meta name="viewport" content="width=device-width,initial-scale = 1.0,maximum-scale = 1.0,user-scalable=no" />

<title>Please enter the code word to continue&hellip;</title>
<style>
<%= render partial: 'layouts/lockup/inline_css' %>
</style>
<script>
<%= render partial: 'layouts/lockup/inline_js' %>
</script>

<%= render partial: 'layouts/lockup/inline_css' %>
<%= render partial: 'layouts/lockup/inline_js' %>
</head>

<body>
Expand Down