look fixes
This commit is contained in:
parent
5b2868233d
commit
2c9d384d8b
2 changed files with 1 additions and 5 deletions
|
@ -73,7 +73,7 @@ button:active, a:active, .button:active {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login .backends label {
|
#login .backends label, #login p:not(.backends) input {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,12 +69,8 @@
|
||||||
<p>
|
<p>
|
||||||
<label for="url">URL:</label>
|
<label for="url">URL:</label>
|
||||||
<input class="button" type="text" name="url" id="url" value="" placeholder="http://example.com/tt-rss/" />
|
<input class="button" type="text" name="url" id="url" value="" placeholder="http://example.com/tt-rss/" />
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<label for="un">Username:</label>
|
<label for="un">Username:</label>
|
||||||
<input class="button" type="text" name="user" id="un" value="" placeholder="username" />
|
<input class="button" type="text" name="user" id="un" value="" placeholder="username" />
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<label for="pw">Password:</label>
|
<label for="pw">Password:</label>
|
||||||
<input class="button" type="password" name="pass" id="pw" value="" placeholder="password" />
|
<input class="button" type="password" name="pass" id="pw" value="" placeholder="password" />
|
||||||
</p>
|
</p>
|
||||||
|
|
Reference in a new issue