Make WordPress Core

Ticket #12825: 12825.diff

File 12825.diff, 1.7 KB (added by adamsilverstein, 10 years ago)

use min-height instead of height

  • src/wp-admin/css/common.css

     
    13591359#screen-options-link-wrap,
    13601360#contextual-help-link-wrap {
    13611361        float: right;
    1362         height: 28px;
     1362        min-height: 28px;
    13631363        margin: 0 0 0 6px;
    13641364        border: 1px solid #ddd;
    13651365        border-top: none;
  • src/wp-admin/css/forms.css

     
    286286.wp-admin select {
    287287        padding: 2px;
    288288        line-height: 28px;
    289         height: 28px;
     289        min-height: 28px;
    290290        vertical-align: middle;
    291291}
    292292
     
    479479.tablenav .search-plugins input[name="s"],
    480480.tagsdiv .newtag {
    481481        float: left;
    482         height: 28px;
     482        min-height: 28px;
    483483        margin: 0 4px 0 0;
    484484}
    485485
  • src/wp-includes/css/admin-bar.css

     
    179179#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
    180180#wpadminbar .shortlink-input {
    181181        line-height: 26px;
    182         height: 26px;
     182        min-height: 26px;
    183183        white-space: nowrap;
    184184        min-width: 140px;
    185185}
  • src/wp-includes/css/buttons.css

     
    4747        text-decoration: none;
    4848        font-size: 13px;
    4949        line-height: 26px;
    50         height: 28px;
     50        min-height: 28px;
    5151        margin: 0;
    5252        padding: 0 10px 1px;
    5353        cursor: pointer;