Make WordPress Core

Changeset 23628


Ignore:
Timestamp:
03/06/2013 11:09:26 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: better styling for text input elements in small viewports. Props obenland and karmatosed, fixes #23629.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/style.css

    r23620 r23628  
    23602360
    23612361#commentform input[type="text"] {
    2362     width: 270px;
     2362    max-width: 270px;
     2363    width: 60%;
    23632364}
    23642365
     
    30083009    }
    30093010
     3011    #commentform input[type="text"] {
     3012        width: -webkit-calc(100% - 100px);
     3013        width:         calc(100% - 100px);
     3014    }
     3015
    30103016    #commentform textarea {
    30113017        height: 80px; /* Smaller field for mobile. */
Note: See TracChangeset for help on using the changeset viewer.