Skip to content

Commit

Permalink
Adjust date input width.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=100760.

Patch by Tiancheng Jiang <tijiang@rim.com> on 2013-05-27
Reviewed by Rob Buis.

BlackBerry PR 343497.
Internally Reviewed by Jeff Rogers.

Set width to auto to fit the string length.

* css/themeBlackBerry.css:
(input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"]):

Canonical link: https://commits.webkit.org/135122@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@150754 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Tiancheng Jiang authored and webkit-commit-queue committed May 27, 2013
1 parent b19fd16 commit 55706f5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,18 @@
2013-05-27 Tiancheng Jiang <tijiang@rim.com>

Adjust date input width.
https://bugs.webkit.org/show_bug.cgi?id=100760.

Reviewed by Rob Buis.

BlackBerry PR 343497.
Internally Reviewed by Jeff Rogers.

Set width to auto to fit the string length.

* css/themeBlackBerry.css:
(input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"]):

2013-05-27 Andreas Kling <akling@apple.com>

Document::setHoveredNode() should be setHoveredElement().
Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/css/themeBlackBerry.css
Expand Up @@ -109,4 +109,5 @@ input[type="date"], input[type="datetime"], input[type="datetime-local"], input[
font-family: "Slate Pro";
-webkit-appearance: button;
text-align: center;
width:auto;
}

0 comments on commit 55706f5

Please sign in to comment.