look fixes

This commit is contained in:
Jeena 2013-09-20 20:40:49 +02:00
parent 5b2868233d
commit 2c9d384d8b
2 changed files with 1 additions and 5 deletions

View file

@ -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;
}

View file

@ -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>