Make WordPress Core

Ticket #15739: 15739.fix.background-position.patch

File 15739.fix.background-position.patch, 1.2 KB (added by ocean90, 14 years ago)
  • wp-includes/js/tinymce/plugins/wplink/css/wplink-rtl.dev.css

     
    5050}
    5151
    5252#wp-link .toggle-arrow-active {
    53         background-position: -23px right;
     53        background-position: center right;
    5454}
     55 No newline at end of file
  • wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css

     
    1313}
    1414#wp-link .toggle-arrow {
    1515        background: transparent url( '../img/toggle-arrow.png' ) top left no-repeat;
     16        height: 23px;
     17        line-height: 23px;
    1618}
    1719#wp-link .toggle-arrow-active {
    18         background-position: -23px left;
     20        background-position: center left;
    1921}
    2022#wp-link label input[type="text"] {
    2123        width: 360px;
     
    8991        font-weight: bold;
    9092}
    9193#wp-link .item-title {
     94        display: inline-block;
    9295        width: 80%;
    9396}
    9497#wp-link .item-info {