Make WordPress Core

Ticket #23629: formelements.diff

File formelements.diff, 692 bytes (added by karmatosed, 12 years ago)

Form patch

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

     
    23592359}
    23602360
    23612361#commentform input[type="text"] {
    2362         width: 270px;
     2362        width: 60%;
    23632363}
    23642364
    23652365#commentform textarea {
     
    28572857}
    28582858
    28592859@media (max-width: 643px) {
     2860        #commentform input[type="text"] {
     2861                width: 100%;
     2862        }
     2863
    28602864        .site-title {
    28612865                font-size: 30px;
    28622866        }
     
    30343038
    30353039/* Mobile devices */
    30363040@media (max-width: 359px) {
     3041        #commentform input[type="text"] {
     3042                width: 100%;
     3043        }
     3044       
    30373045        .gallery {
    30383046                margin-left: 0;
    30393047        }