[Webkit-unassigned] [Bug 38016] Update padding on Windows?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 20:35:41 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38016





--- Comment #1 from Shinichiro Hamaji <hamaji at chromium.org>  2010-04-22 20:35:41 PST ---
Looks like we've already had the selector in themeWin.css ?

themeWin.css:

input[type="button"], input[type="submit"], input[type="reset"],
input[type="file"]::-webkit-file-upload-button, button {
    /* Matches Firefox */
    padding: 0 6px;
}

So, we may want to have "padding: 1px 6px;" instead?

A demo: http://tinyurl.com/2358nda

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list