Make WordPress Core

Ticket #44643: 44643.themes.css.diff

File 44643.themes.css.diff, 1.7 KB (added by ianbelanger, 6 years ago)

This patch covers the /wp-admin/css/themes.css file

  • wp-admin/css/themes.css

     
    10961096}
    10971097
    10981098.theme-details .theme-rating {
    1099         line-height: 23px;
     1099        line-height: 1.9;
    11001100}
    11011101
    11021102.theme-details .star-rating {
     
    11111111
    11121112.theme-details .no-rating {
    11131113        display: block;
    1114         line-height: 20px;
     1114        line-height: 1.9;
    11151115}
    11161116
    11171117/*------------------------------------------------------------------------------
     
    12131213        box-shadow: none;
    12141214        /* Following properties are overridden by buttons responsive styles (see: wp-includes/css/buttons.css). */
    12151215        height: 40px !important;
    1216         line-height: 37px !important;
     1216        line-height: 2.9 !important;
    12171217        margin: 0 -1px 0 0 !important;
    12181218        padding: 0 10px 1px !important;
    12191219        position: relative;
     
    13761376        right: 0;
    13771377        height: 45px;
    13781378        padding: 0 15px;
    1379         line-height: 45px;
     1379        line-height: 3.2;
    13801380        z-index: 10;
    13811381        margin: 0;
    13821382        border-top: none;
     
    15141514.wp-full-overlay .collapse-sidebar-label {
    15151515        display: inline-block;
    15161516        vertical-align: middle;
    1517         line-height: 20px;
     1517        line-height: 1.6;
    15181518}
    15191519
    15201520.wp-full-overlay .collapse-sidebar-arrow {
     
    17811781
    17821782.install-theme-info .theme-name {
    17831783        font-size: 16px;
    1784         line-height: 24px;
     1784        line-height: 1.5;
    17851785        margin-bottom: 0;
    17861786        margin-top: 0;
    17871787}
     
    18031803.theme-details .theme-description {
    18041804        float: left;
    18051805        color: #72777c;
    1806         line-height: 20px;
     1806        line-height: 1.6;
    18071807        max-width: 100%;
    18081808}
    18091809
     
    18111811        float: right;
    18121812        margin: 8px 10px 0 0;
    18131813        /* For when .theme-install is a span rather than a.button-primary (already installed theme) */
    1814         line-height: 26px;
     1814        line-height: 2;
    18151815}
    18161816
    18171817.theme-install-overlay .wp-full-overlay-sidebar {