diff --git wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css
index 4cf58d3..410a6db 100644
|
|
|
|
| | 1 | #wp-link { |
| | 2 | line-height:1.4em; |
| | 3 | } |
| | 4 | |
| | 5 | #wp-link ol, |
| | 6 | #wp-link ul { |
| | 7 | list-style:none; margin:0; padding:0; |
| | 8 | } |
| | 9 | |
| | 10 | #wp-link input[type="text"] { |
| | 11 | -webkit-box-sizing: border-box; |
| | 12 | } |
| | 13 | |
| | 14 | #wp-link input[type="text"], |
| | 15 | #wp-link textarea { |
| | 16 | border-width: 1px; |
| | 17 | border-style: solid; |
| | 18 | -moz-border-radius: 4px; |
| | 19 | -khtml-border-radius: 4px; |
| | 20 | -webkit-border-radius: 4px; |
| | 21 | border-radius: 4px; |
| | 22 | font-size:12px; |
| | 23 | margin: 1px; |
| | 24 | padding: 3px; |
| | 25 | } |
| | 26 | |
| 1 | 27 | #wp-link #link-options { |
| 2 | 28 | padding: 10px 0 14px; |
| 3 | 29 | border-bottom: 1px solid #dfdfdf; |