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;
|
||||
}
|
||||
|
||||
#login .backends label {
|
||||
#login .backends label, #login p:not(.backends) input {
|
||||
display: block;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
|
|
@ -69,12 +69,8 @@
|
|||
<p>
|
||||
<label for="url">URL:</label>
|
||||
<input class="button" type="text" name="url" id="url" value="" placeholder="http://example.com/tt-rss/" />
|
||||
</p>
|
||||
<p>
|
||||
<label for="un">Username:</label>
|
||||
<input class="button" type="text" name="user" id="un" value="" placeholder="username" />
|
||||
</p>
|
||||
<p>
|
||||
<label for="pw">Password:</label>
|
||||
<input class="button" type="password" name="pass" id="pw" value="" placeholder="password" />
|
||||
</p>
|
||||
|
|
Reference in a new issue