Ticket #15561: garyc40-15561-rev7.patch
File garyc40-15561-rev7.patch, 853 bytes (added by , 14 years ago) |
---|
-
wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css
1 #wp-link { 2 line-height:1.4em; 3 font-size: 12px; 4 } 5 6 #wp-link ol, 7 #wp-link ul { 8 list-style:none; 9 margin:0; 10 padding:0; 11 } 12 13 #wp-link input[type="text"] { 14 -webkit-box-sizing: border-box; 15 } 16 17 #wp-link input[type="text"], 18 #wp-link textarea { 19 border-width: 1px; 20 border-style: solid; 21 -moz-border-radius: 4px; 22 -khtml-border-radius: 4px; 23 -webkit-border-radius: 4px; 24 border-radius: 4px; 25 font-size:12px; 26 margin: 1px; 27 padding: 3px; 28 } 29 1 30 #wp-link #link-options { 2 31 padding: 10px 0 14px; 3 32 border-bottom: 1px solid #dfdfdf;