Changeset 150754 in webkit


Ignore:
Timestamp:
May 27, 2013 8:03:03 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Adjust date input width.
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"]):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r150752 r150754  
     12013-05-27  Tiancheng Jiang  <tijiang@rim.com>
     2
     3        Adjust date input width.
     4        https://bugs.webkit.org/show_bug.cgi?id=100760.
     5
     6        Reviewed by Rob Buis.
     7
     8        BlackBerry PR 343497.
     9        Internally Reviewed by Jeff Rogers.
     10
     11        Set width to auto to fit the string length.
     12
     13        * css/themeBlackBerry.css:
     14        (input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"]):
     15
    1162013-05-27  Andreas Kling  <akling@apple.com>
    217
  • trunk/Source/WebCore/css/themeBlackBerry.css

    r144063 r150754  
    110110    -webkit-appearance: button;
    111111    text-align: center;
     112    width:auto;
    112113}
Note: See TracChangeset for help on using the changeset viewer.