mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 03:02:24 +00:00
Collect emails
This commit is contained in:
parent
9d8569cfd9
commit
3c1ef4a822
2 changed files with 15 additions and 1 deletions
|
|
@ -226,4 +226,17 @@ li:hover .task-meta-controls .hover-show
|
|||
right: 100%;
|
||||
margin-right: -1px;
|
||||
top: 50%;
|
||||
margin-top: -6px;
|
||||
margin-top: -6px;
|
||||
|
||||
|
||||
/* MIGRATION CSS */
|
||||
.mc_embed_signup
|
||||
form
|
||||
label
|
||||
display inline
|
||||
.mc-field-group
|
||||
float left
|
||||
.clear
|
||||
float left
|
||||
.clear-both
|
||||
clear both
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@
|
|||
<div class="clear">
|
||||
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
|
||||
</div>
|
||||
<div class='clear-both'></div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue