mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 07:41:04 +00:00
Minor style changes
This commit is contained in:
parent
f877928354
commit
1c644fd642
@ -45,7 +45,6 @@ html, body {
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-top: 20px;
|
|
||||||
height: 35px;
|
height: 35px;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
background-color: #2196F3;
|
background-color: #2196F3;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<form class="login-form" id="login-form">
|
<form class="login-form" id="login-form">
|
||||||
<div>
|
<div>
|
||||||
<label for="username-input">Username</label>
|
<label for="username-input">Username</label>
|
||||||
<input type="text" id="username-input"/>
|
<input type="text" id="username-input" autofocus/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="password-input">Password</label>
|
<label for="password-input">Password</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user