mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge violasong changes
This commit is contained in:
commit
ecd838c891
2 changed files with 9 additions and 5 deletions
|
@ -187,7 +187,7 @@
|
|||
border:0 solid black;
|
||||
@include box-shadow($inputAreaShadow);
|
||||
color:#C2CFD4;
|
||||
margin-bottom:30px;
|
||||
margin-bottom:27px;
|
||||
margin-right:$spacing;
|
||||
padding: 10px 10px 7px 10px;
|
||||
width:100%;
|
||||
|
@ -211,7 +211,7 @@
|
|||
}
|
||||
.btn-Action{
|
||||
padding:10px 25px;
|
||||
margin-top: 6px;
|
||||
margin-top: 2em;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
<li>
|
||||
<a href="/signout" class="sign-In">Signout</a>
|
||||
</li>
|
||||
<% end %>`
|
||||
<% end %>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -161,6 +161,8 @@
|
|||
<hr />
|
||||
<div class="siteCreateInputs">
|
||||
<label for="create-Input">Username</label>
|
||||
<input type="text" name="prevent_autofill_username" id="prevent_autofill_username" value="" class="hidden" />
|
||||
<input type="password" name="prevent_autofill_password" id="prevent_autofill_password" value="" class="hidden" />
|
||||
<input type="text" class="input-Area" id="create-Input" name="username" placeholder="my-site-name" data-placement="left" data-trigger="manual" autocapitalize="off" autocorrect="off" autocomplete="off" />
|
||||
<label for="create-Input" id="domain-name">.neocities.org</label>
|
||||
|
||||
|
@ -177,12 +179,14 @@
|
|||
<input type="text" class="input-Area" id="email-input" name="email" placeholder="me@example.com" data-placement="left" data-trigger="manual" autocapitalize="off" autocorrect="off" autocomplete="off" />
|
||||
</div>
|
||||
|
||||
<div class="col col-25">
|
||||
<div class="col col-50" style="padding-left:0;">
|
||||
<label for="question_answer-input"><%= @question_first_number %> + <%= @question_last_number %> =</label>
|
||||
<input type="text" class="input-Area" name="question_answer" placeholder="" data-placement="left" data-trigger="manual" autocapitalize="off" autocorrect="off" autocomplete="off" maxlength="2" style="width: 50px" />
|
||||
<input type="text" class="input-Area" name="question_answer" placeholder="" data-placement="left" data-trigger="manual" autocapitalize="off" autocorrect="off" autocomplete="off" maxlength="2" style="width: 50%;" />
|
||||
</div>
|
||||
|
||||
<div class="col col-50">
|
||||
<input type="submit" value="Create My Site" class="btn-Action float-Right" />
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue