1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-04 14:49:41 +00:00

Login button is too thin on WebKit browsers (#23777).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@15880 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-10-02 11:05:13 +00:00
parent d4f57cc2fa
commit ca9aca685b

View File

@ -372,6 +372,7 @@ div.square {
.splitcontentright{float:right; width:49%;}
form {display: inline;}
input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
input[type="submit"] { -webkit-appearance: button; }
fieldset {border: 1px solid #e4e4e4; margin:0;}
legend {color: #333;}
hr { width: 100%; height: 1px; background: #ccc; border: 0;}