Make WordPress Core

Ticket #23629: 23629.diff

File 23629.diff, 650 bytes (added by obenland, 12 years ago)

Based off of karmatosed's patch

  • wp-content/themes/twentythirteen/style.css

     
    23592359}
    23602360
    23612361#commentform input[type="text"] {
    2362         width: 270px;
     2362        max-width: 270px;
     2363        width: 60%;
    23632364}
    23642365
    23652366#commentform textarea {
     
    30073008                width:         calc(100% - 104px);
    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. */
    30123018        }