diff --git wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css
index 4a79bd9..2913a90 100644
|
|
|
| 1 | #wp-link ol, #wp-link ul { |
| 2 | list-style:none; margin:0; padding:0; |
| 3 | } |
| 4 | |
| 5 | #wp-link { |
| 6 | line-height:1.4em; |
| 7 | } |
| 8 | |
| 9 | #wp-link input[type="text"] { |
| 10 | -webkit-box-sizing: border-box; |
| 11 | } |
| 12 | |
| 13 | #wp-link input[type="text"], #wp-link textarea { |
| 14 | border-width: 1px; |
| 15 | border-style: solid; |
| 16 | -moz-border-radius: 4px; |
| 17 | -khtml-border-radius: 4px; |
| 18 | -webkit-border-radius: 4px; |
| 19 | border-radius: 4px; |
| 20 | font-size:12px; |
| 21 | margin: 1px; |
| 22 | padding: 3px; |
| 23 | } |
| 24 | |
| 25 | #wp-link .toggle-arrow { |
| 26 | background-position: 0% 0%; |
| 27 | background-repeat: no-repeat; |
| 28 | display: block; |
| 29 | height: 22px; |
| 30 | line-height: 22px; |
| 31 | font-size:12px; |
| 32 | font-family:'Lucida Grande', Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 33 | } |
| 34 | |
| 35 | #wp-link .toggle-arrow-active { |
| 36 | background-position: 0 100%; |
| 37 | } |
| 38 | |
1 | 39 | #wp-link #link-options { |
2 | 40 | padding: 10px 0 14px; |
3 | 41 | border-bottom: 1px solid #dfdfdf; |