]> source.dussan.org Git - redmine.git/commitdiff
Login button is too thin on WebKit browsers (#23777).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 2 Oct 2016 11:05:13 +0000 (11:05 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 2 Oct 2016 11:05:13 +0000 (11:05 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@15880 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 8441df9cc8ec22602b5f2e21de12680236b43965..da7fc2928d0071860ddcc38c5bacd790f99563fc 100644 (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;}