Ticket #15561: 15561.rearranged.diff
File 15561.rearranged.diff, 1.4 KB (added by , 14 years ago) |
---|
-
wp-includes/js/tinymce/plugins/wplink/css/wplink.dev.css
1 #wp-link { 2 line-height: 1.4em; 3 } 4 #wp-link ul { 5 list-style: none; 6 margin: 0; 7 padding: 0; 8 } 1 9 #wp-link #link-options { 2 10 padding: 10px 0 14px; 3 11 border-bottom: 1px solid #dfdfdf; … … 12 20 #wp-link #internal-toggle a { 13 21 padding-left: 18px; 14 22 } 23 #wp-link input[type="text"] { 24 -webkit-box-sizing: border-box; 25 } 26 #wp-link input[type="text"], 27 #wp-link textarea { 28 border-width: 1px; 29 border-style: solid; 30 -moz-border-radius: 4px; 31 -khtml-border-radius: 4px; 32 -webkit-border-radius: 4px; 33 border-radius: 4px; 34 font-size: 12px; 35 margin: 1px; 36 padding: 3px; 37 } 15 38 #wp-link label input[type="text"] { 16 39 width: 360px; 17 40 margin-top: 5px; … … 123 146 #wp-link-update { 124 147 line-height: 23px; 125 148 float: right; 149 } 150 #wp-link .toggle-arrow { 151 background-position: 0% 0%; 152 background-repeat: no-repeat; 153 display: block; 154 height: 22px; 155 line-height: 22px; 156 font-size: 12px; 157 font-family: 'Lucida Grande', Verdana, Arial, "Bitstream Vera Sans", sans-serif; 158 } 159 #wp-link .toggle-arrow-active { 160 background-position: 0 100%; 126 161 } 162 No newline at end of file