Minor markup/style improvement.
This commit is contained in:
parent
831183dc3a
commit
72e6942ea2
@ -341,7 +341,6 @@ div.admbuttons {
|
|||||||
button {
|
button {
|
||||||
flex: min-content .1 1;
|
flex: min-content .1 1;
|
||||||
margin: .1em;
|
margin: .1em;
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<p><span>@if let Some(ref next) = next {
|
<p><span>@if let Some(ref next) = next {
|
||||||
<input type="hidden" name="next" value="@next">
|
<input type="hidden" name="next" value="@next">
|
||||||
}</span>
|
}</span>
|
||||||
<input type="submit" value="Log in">
|
<button>Log in</button>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user