niggers
This commit is contained in:
parent
dd46e97768
commit
7da601c755
2 changed files with 8 additions and 5 deletions
|
@ -68,11 +68,9 @@
|
|||
<input type="hidden" name="redirect" value="{{ sakura.currentpage }}" />
|
||||
<input type="hidden" name="session" value="{{ php.sessionid }}" />
|
||||
<input type="hidden" name="time" value="{{ php.time }}" />
|
||||
<label for="headerLoginUserName">Username:</label>
|
||||
<input type="text" id="headerLoginUserName" name="username" />
|
||||
<label for="headerLoginPassword">Password:</label>
|
||||
<input type="password" id="headerLoginPassword" name="password" />
|
||||
<input type="submit" id="headerLoginButton" name="submit" value="Login" />
|
||||
<input type="text" id="headerLoginUserName" name="username" class="inputStyling" placeholder="Username" />
|
||||
<input type="password" id="headerLoginPassword" name="password" class="inputStyling" placeholder="Password" />
|
||||
<input type="submit" id="headerLoginButton" name="submit" class="inputStyling small" value="Login" />
|
||||
</form>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
|
@ -1056,6 +1056,11 @@ input[type="submit"].inputStyling, input[type="button"].inputStyling {
|
|||
font-size: 22px;
|
||||
min-width: 120px;
|
||||
}
|
||||
input[type="submit"].inputStyling.small, input[type="button"].inputStyling.small {
|
||||
padding: 1px 6px;
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
input[type="submit"].inputStyling:hover, input[type="button"].inputStyling:hover {
|
||||
box-shadow: inset #222 0 0 3px;
|
||||
text-shadow: #F1F1F1 0 0 5px;
|
||||
|
|
Reference in a new issue