Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit a471ca1

Browse files
authored
Merge pull request #158 from clint-tseng/cxlt/133
ui/noop #133: add a little advertisement for the offline version.
2 parents 5b1a7bf + d25dc21 commit a471ca1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

public/stylesheets/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,14 @@ body > .control.last .controlFlowArrow,
11901190
{
11911191
margin-left: 12em;
11921192
}
1193+
.signinDialog .offlineNotice
1194+
{
1195+
background-color: #eee;
1196+
font-size: 1.1em;
1197+
line-height: 1.1em;
1198+
margin: 0 0.5em;
1199+
padding: 0.5em 0.8em;
1200+
}
11931201

11941202
.accountDialog p
11951203
{

server/views/index.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@
194194
<p><a href="#signUp" class="toggleSignupLink">Don't yet have an account?</a></p>
195195
</form>
196196
</div>
197+
<div class="offlineNotice">
198+
Tired of logging in? Did you know there is a <a href="https://opendatakit.org/downloads/download-category/build/" rel="external">downloadable version of ODK Build available?</a> Simply save your forms to file from here using the File menu and you can open them there.
199+
</div>
197200
<div class="modalButtonContainer">
198201
<a class="modalButton signinLink" href="#signin">Sign in</a>
199202
<a class="modalButton signupLink hide" href="#signin">Sign up</a>

0 commit comments

Comments
 (0)