dicks
This commit is contained in:
parent
53730dd818
commit
8e8a9bf058
2 changed files with 6 additions and 3 deletions
|
@ -70,7 +70,7 @@
|
|||
<input type="hidden" name="time" value="{{ php.time }}" />
|
||||
<label for="headerLoginUserName">Username:</label>
|
||||
<input type="text" id="headerLoginUserName" name="username" class="inputStyling" placeholder="Username" />
|
||||
<label for="headerLoginPassword">Username:</label>
|
||||
<label for="headerLoginPassword">Password:</label>
|
||||
<input type="password" id="headerLoginPassword" name="password" class="inputStyling" placeholder="Password" />
|
||||
<input type="submit" id="headerLoginButton" name="submit" class="inputStyling small" value="Login" />
|
||||
</form>
|
||||
|
|
|
@ -1057,10 +1057,12 @@ input[type="submit"].inputStyling, input[type="button"].inputStyling {
|
|||
min-width: 120px;
|
||||
}
|
||||
input[type="submit"].inputStyling.small, input[type="button"].inputStyling.small {
|
||||
padding: 1px 6px;
|
||||
margin: 0;
|
||||
padding: 0 4px 1px;
|
||||
margin: -2px 0 0;
|
||||
font-size: 16px;
|
||||
border-radius: 0;
|
||||
line-height: 21px;
|
||||
min-width: 80px;
|
||||
}
|
||||
input[type="submit"].inputStyling:hover, input[type="button"].inputStyling:hover {
|
||||
box-shadow: inset #222 0 0 3px;
|
||||
|
@ -1226,4 +1228,5 @@ textarea.inputStyling {
|
|||
#headerLoginForm label {
|
||||
font-family: "Segoe UI", sans-serif;
|
||||
font-weight: 100;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
|
Reference in a new issue