Ticket #15739: 15739.fix.background-position.patch
File 15739.fix.background-position.patch, 1.2 KB (added by , 14 years ago) |
---|
-
wp-includes/js/tinymce/plugins/wplink/css/wplink-rtl.dev.css
50 50 } 51 51 52 52 #wp-link .toggle-arrow-active { 53 background-position: -23pxright;53 background-position: center right; 54 54 } 55 No newline at end of file -
wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css
13 13 } 14 14 #wp-link .toggle-arrow { 15 15 background: transparent url( '../img/toggle-arrow.png' ) top left no-repeat; 16 height: 23px; 17 line-height: 23px; 16 18 } 17 19 #wp-link .toggle-arrow-active { 18 background-position: -23pxleft;20 background-position: center left; 19 21 } 20 22 #wp-link label input[type="text"] { 21 23 width: 360px; … … 89 91 font-weight: bold; 90 92 } 91 93 #wp-link .item-title { 94 display: inline-block; 92 95 width: 80%; 93 96 } 94 97 #wp-link .item-info {