Make WordPress Core

Changeset 23967


Ignore:
Timestamp:
04/11/2013 06:06:10 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: improve comment label selectors and nudge up their width a bit to account for non-English installs. Props obenland for initial patch, fixes #24039.

Location:
trunk/wp-content/themes/twentythirteen
Files:
2 edited

Legend:

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

    r23966 r23967  
    664664}
    665665
    666 #commentform label {
     666#commentform [for="author"],
     667#commentform [for="email"],
     668#commentform [for="url"],
     669#commentform [for="comment"] {
    667670    float: right;
    668671}
  • trunk/wp-content/themes/twentythirteen/style.css

    r23966 r23967  
    24552455}
    24562456
    2457 #commentform label {
     2457#commentform [for="author"],
     2458#commentform [for="email"],
     2459#commentform [for="url"],
     2460#commentform [for="comment"] {
    24582461    float: left;
    24592462    padding: 5px 0;
    2460     width: 100px;
     2463    width: 120px;
    24612464}
    24622465
     
    31143117    #commentform input[type="email"],
    31153118    #commentform input[type="url"] {
    3116         width: -webkit-calc(100% - 100px);
    3117         width:         calc(100% - 100px);
     3119        width: -webkit-calc(100% - 120px);
     3120        width:         calc(100% - 120px);
    31183121    }
    31193122
Note: See TracChangeset for help on using the changeset viewer.