Ticket #15561: 15561.rearranged.diff

File 15561.rearranged.diff, 1.4 KB (added by nacin, 2 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} 
    19#wp-link #link-options { 
    210        padding: 10px 0 14px; 
    311        border-bottom: 1px solid #dfdfdf; 
     
    1220#wp-link #internal-toggle a { 
    1321        padding-left: 18px; 
    1422} 
     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} 
    1538#wp-link label input[type="text"] { 
    1639        width: 360px; 
    1740        margin-top: 5px; 
     
    123146#wp-link-update { 
    124147        line-height: 23px; 
    125148        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%; 
    126161} 
     162 No newline at end of file