ok
This commit is contained in:
parent
4d07d6397e
commit
d9b52ecc81
2 changed files with 10 additions and 15 deletions
|
@ -66,21 +66,11 @@
|
|||
<div class="hidden" id="headerLoginForm">
|
||||
<form method="post" action="/login">
|
||||
<input type="hidden" name="redirect" value="{{ sakura.currentpage }}" />
|
||||
<div class="leftAlign">
|
||||
<label for="headerLoginUserName">Username:</label>
|
||||
</div>
|
||||
<div class="centreAlign">
|
||||
<input class="inputStyling" type="text" id="headerLoginUserName" name="username" />
|
||||
</div>
|
||||
<div class="leftAlign">
|
||||
<label for="headerLoginPassword">Password:</label>
|
||||
</div>
|
||||
<div class="centreAlign">
|
||||
<input class="inputStyling" type="password" id="headerLoginPassword" name="password" />
|
||||
</div>
|
||||
<div class="centreAlign">
|
||||
<input class="inputStyling" type="submit" id="headerLoginButton" name="submit" value="Login" />
|
||||
</div>
|
||||
<label for="headerLoginUserName">Username:</label>
|
||||
<input class="inputStyling" type="text" id="headerLoginUserName" name="username" />
|
||||
<label for="headerLoginPassword">Password:</label>
|
||||
<input class="inputStyling" type="password" id="headerLoginPassword" name="password" />
|
||||
<input class="inputStyling" type="submit" id="headerLoginButton" name="submit" value="Login" />
|
||||
</form>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
|
@ -1209,3 +1209,8 @@ textarea.inputStyling {
|
|||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Header login thing */
|
||||
#headerLoginForm {
|
||||
background: #9475B2;
|
||||
}
|
||||
|
|
Reference in a new issue