Make WordPress Core

Changeset 20076


Ignore:
Timestamp:
03/02/2012 07:47:08 PM (13 years ago)
Author:
nacin
Message:

Improve background, styling, and alignment of the Help and Screen Options tabs. props helenyhou. props johnjamesjacoby for initial patch. see #16114.

Location:
trunk/wp-admin/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-classic.dev.css

    r19684 r20076  
    16731673    border-left: 1px solid #D1E5EE;
    16741674    border-bottom: 1px solid #D1E5EE;
    1675     background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */
    1676     background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */
    1677     background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */
    1678     background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */
    1679     background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */
    1680     background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */
     1675    background-image: -ms-linear-gradient(bottom, #eff8ff, #eff8ff); /* IE10 */
     1676    background-image: -moz-linear-gradient(bottom, #def1ff, #eff8ff); /* Firefox */
     1677    background-image: -o-linear-gradient(bottom, #def1ff, #eff8ff); /* Opera */
     1678    background-image: -webkit-gradient(linear, left bottom, left top, from(#def1ff), to(#eff8ff)); /* old Webkit */
     1679    background-image: -webkit-linear-gradient(bottom, #def1ff, #eff8ff); /* new Webkit */
     1680    background-image: linear-gradient(bottom, #def1ff, #eff8ff); /* proposed W3C Markup */
    16811681}
    16821682
     
    16901690
    16911691#screen-meta-links a.show-settings {
    1692     background: transparent url(../images/arrows.png) no-repeat right 3px;
     1692    background: transparent url(../images/arrows.png) no-repeat right 4px;
    16931693}
    16941694
    16951695#screen-meta-links a.show-settings.screen-meta-active  {
    1696     background: transparent url(../images/arrows.png) no-repeat right -33px;
     1696    background: transparent url(../images/arrows.png) no-repeat right -30px;
    16971697}
    16981698
  • trunk/wp-admin/css/colors-fresh.dev.css

    r19813 r20076  
    812812#contextual-help-link-wrap {
    813813    background-color: #e3e3e3; /* Fallback */
    814     border-right: 1px solid transparent;
    815     border-left: 1px solid transparent;
    816     border-bottom: 1px solid transparent;
     814    border-right: 1px solid #ccc;
     815    border-left: 1px solid #ccc;
     816    border-bottom: 1px solid #ccc;
    817817    background-image: -ms-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* IE10 */
    818818    background-image: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Firefox */
     
    832832
    833833#screen-meta-links a.show-settings {
    834     background: transparent url(../images/arrows.png) no-repeat right 3px;
     834    background: transparent url(../images/arrows.png) no-repeat right 4px;
    835835}
    836836
    837837#screen-meta-links a.show-settings.screen-meta-active {
    838     background: transparent url(../images/arrows.png) no-repeat right -33px;
     838    background: transparent url(../images/arrows.png) no-repeat right -30px;
    839839}
    840840
  • trunk/wp-admin/css/wp-admin.dev.css

    r20064 r20076  
    14241424#contextual-help-link-wrap {
    14251425    float: right;
    1426     height: 22px;
     1426    height: 23px;
    14271427    padding: 0;
    14281428    margin: 0 0 0 6px;
     
    14391439}
    14401440
     1441#screen-meta-links .screen-meta-toggle {
     1442    position: relative;
     1443    top: -1px;
     1444}
     1445
    14411446#screen-meta-links a.show-settings {
    14421447    text-decoration: none;
    14431448    z-index: 1;
    1444     padding: 0 16px 0 6px;
     1449    padding: 1px 16px 0 6px;
    14451450    height: 22px;
    14461451    line-height: 22px;
Note: See TracChangeset for help on using the changeset viewer.