Making WordPress.org

Changeset 12800


Ignore:
Timestamp:
08/02/2023 10:28:37 PM (3 years ago)
Author:
coffee2code
Message:

Jobs theme: Prevent overflow of reCaptcha on Remove Job page through improved responsiveness at very narrow viewports.

Props baroliyamayur, coffee2code.
Fixes #6688.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css

    r12304 r12800  
    16171617}
    16181618
     1619@media only screen and (max-width: 400px) {
     1620        #subhead .container, #content,
     1621        .container .content-area.grid_9, .container .widget-area.grid_3 {
     1622                padding-left: 0;
     1623                padding-right: 0;
     1624        }
     1625        input[type="button"].submit-job,
     1626        input[type="submit"].submit-job,
     1627        #si_contact_form1 input[type="submit"],
     1628        .post-job {
     1629                margin-right: 0;
     1630        }
     1631        .entry-header,
     1632        .entry-content,
     1633        span.edit-link {
     1634                margin-left: 5px;
     1635                margin-right: 5px;
     1636        }
     1637}
Note: See TracChangeset for help on using the changeset viewer.