Make WordPress Core

Changeset 26437


Ignore:
Timestamp:
11/27/2013 08:11:43 PM (11 years ago)
Author:
iammattthomas
Message:

Set the font size for all text within .form-table to 14px. Fixes #26271.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26436 r26437  
    60736073.form-table {
    60746074    border-collapse: collapse;
    6075     font-size: 14px;
    60766075    margin-top: 0.5em;
    60776076    width: 100%;
    60786077    clear: both;
     6078}
     6079
     6080.form-table,
     6081.form-table td,
     6082.form-table th,
     6083.form-table td p,
     6084.form-wrap label {
     6085    font-size: 14px;
    60796086}
    60806087
     
    60836090    padding: 15px 10px;
    60846091    line-height: 1.3;
    6085     font-size: 14px;
    60866092    vertical-align: middle;
    60876093}
     
    60916097    font-weight: normal;
    60926098    text-shadow: none;
    6093     font-size: 14px;
    60946099    vertical-align: baseline;
    60956100}
Note: See TracChangeset for help on using the changeset viewer.