Small fixes

This commit is contained in:
benweet 2014-08-24 00:56:39 +01:00
parent e1305c04eb
commit 2a8f4eb620
3 changed files with 2 additions and 11 deletions

View File

@ -371,7 +371,7 @@ define([
});
}
});
}, 1000);
}, 3000);
eventMgr.addListener('onOfflineChanged', checkPayment);

View File

@ -1135,14 +1135,6 @@
class="form-control">
</div>
</div>
<div class="form-group">
<label class="col-sm-4 control-label"
for="input-settings-ssh-proxy">SSH proxy</label>
<div class="col-sm-7">
<input type="text" id="input-settings-ssh-proxy"
class="form-control">
</div>
</div>
</div>
</div>
<div class="tab-pane" id="tabpane-settings-extensions">
@ -1309,7 +1301,7 @@
<div class="modal-body">
<p>This feature is restricted to sponsor users as it's a web service hosted on Amazon EC2.
Note that sponsoring StackEdit would cost you only $5/year.</p>
<p>To see how a PDF looks like <a target="_blank" href="/Welcome%20document.pdf">click here</a>.</p>
<p>To see how a PDF looks <a target="_blank" href="/Welcome%20document.pdf">click here</a>.</p>
<blockquote><b>Tip:</b> PDFs are fully customizable via Settings>Advanced>PDF template/options.</blockquote>
</div>
<div class="modal-footer">

View File

@ -187,7 +187,6 @@ body {
}
.modal-footer {
background-color: @secondary-bg-light;
margin-top: 0;
}