Ticket #26072: remove_open_sans.diff
File remove_open_sans.diff, 20.1 KB (added by , 11 years ago) |
---|
-
wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css
1 @import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=latin-ext,latin');2 3 1 /* Generic */ 4 2 body { 5 font-family: "Open Sans",sans-serif;3 font-family: sans-serif; 6 4 font-size:13px; 7 5 background:#fcfcfc; 8 6 padding:0; … … 65 63 background-image: -moz-linear-gradient(top, #fafafa, #e9e9e9); 66 64 background-image: -o-linear-gradient(top, #fafafa, #e9e9e9); 67 65 background-image: linear-gradient(to bottom, #fafafa, #e9e9e9); 68 66 69 67 text-shadow: 0 1px 0 #fff; 70 68 -webkit-box-shadow: inset 0 1px 0 #fff; 71 69 -moz-box-shadow: inset 0 1px 0 #fff; -
wp-includes/js/thickbox/thickbox.css
3 3 /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/ 4 4 /* ----------------------------------------------------------------------------------------------------------------*/ 5 5 #TB_window { 6 font: 12px "Open Sans",sans-serif;6 font: 12px sans-serif; 7 7 color: #333333; 8 8 } 9 9 10 10 #TB_secondLine { 11 font: 10px "Open Sans",sans-serif;11 font: 10px sans-serif; 12 12 color:#666666; 13 13 } 14 14 -
wp-includes/functions.php
2208 2208 body { 2209 2209 background: #fff; 2210 2210 color: #333; 2211 font-family: "Open Sans",sans-serif;2211 font-family: sans-serif; 2212 2212 margin: 2em auto; 2213 2213 padding: 1em 2em; 2214 2214 max-width: 700px; … … 2219 2219 border-bottom: 1px solid #dadada; 2220 2220 clear: both; 2221 2221 color: #666; 2222 font: 24px "Open Sans",sans-serif;2222 font: 24px sans-serif; 2223 2223 margin: 30px 0 0 0; 2224 2224 padding: 0; 2225 2225 padding-bottom: 7px; … … 2265 2265 -webkit-box-sizing: border-box; 2266 2266 -moz-box-sizing: border-box; 2267 2267 box-sizing: border-box; 2268 2268 2269 2269 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08); 2270 2270 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08); 2271 2271 vertical-align: top; -
wp-includes/css/admin-bar-rtl.css
7 7 text-shadow: none; 8 8 text-transform: none; 9 9 letter-spacing: normal; 10 font: normal 13px/32px "Open Sans",sans-serif;10 font: normal 13px/32px sans-serif; 11 11 border-radius: 0; 12 12 -webkit-box-sizing: content-box; 13 13 -moz-box-sizing: content-box; … … 64 64 #wpadminbar { 65 65 direction: rtl; 66 66 color: #ccc; 67 font: normal 13px/32px "Open Sans",sans-serif;67 font: normal 13px/32px sans-serif; 68 68 height: 32px; 69 69 position: fixed; 70 70 top: 0; … … 93 93 } 94 94 95 95 /* Prevent a Chrome bug that inadvertantly activates 96 :hover states on an element that touches the extreme 96 :hover states on an element that touches the extreme 97 97 top left corner of the viewport. See #18868 */ 98 98 #wpadminbar .quicklinks { 99 99 border-right: 1px solid transparent; … … 540 540 #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input { 541 541 position: relative; 542 542 z-index: 30; 543 font: 13px/24px "Open Sans",sans-serif;543 font: 13px/24px sans-serif; 544 544 height: 24px; 545 545 width: 24px; 546 546 padding: 0 24px 0 3px; … … 690 690 } 691 691 692 692 #wpadminbar * { 693 font: normal 14px/32px "Open Sans",sans-serif;693 font: normal 14px/32px sans-serif; 694 694 } 695 695 696 696 #wpadminbar .quicklinks li > a, … … 786 786 color: #999; 787 787 position: relative; 788 788 } 789 789 790 790 #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, 791 791 #wpadminbar .ab-icon, 792 792 #wpadminbar .ab-item:before { 793 793 padding: 0; 794 794 margin-left: 0; 795 795 } 796 796 797 797 #wpadminbar #wp-admin-bar-edit > .ab-item:before, 798 798 #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, 799 799 #wpadminbar #wp-admin-bar-site-name > .ab-item:before { … … 968 968 #wpadminbar { 969 969 position: absolute; 970 970 } 971 971 972 972 #wp-responsive-overlay { 973 973 position: fixed; 974 974 top: 0; -
wp-includes/css/admin-bar.css
7 7 text-shadow: none; 8 8 text-transform: none; 9 9 letter-spacing: normal; 10 font: normal 13px/32px "Open Sans",sans-serif;10 font: normal 13px/32px sans-serif; 11 11 border-radius: 0; 12 12 -webkit-box-sizing: content-box; 13 13 -moz-box-sizing: content-box; … … 64 64 #wpadminbar { 65 65 direction: ltr; 66 66 color: #ccc; 67 font: normal 13px/32px "Open Sans",sans-serif;67 font: normal 13px/32px sans-serif; 68 68 height: 32px; 69 69 position: fixed; 70 70 top: 0; … … 93 93 } 94 94 95 95 /* Prevent a Chrome bug that inadvertantly activates 96 :hover states on an element that touches the extreme 96 :hover states on an element that touches the extreme 97 97 top left corner of the viewport. See #18868 */ 98 98 #wpadminbar .quicklinks { 99 99 border-left: 1px solid transparent; … … 540 540 #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input { 541 541 position: relative; 542 542 z-index: 30; 543 font: 13px/24px "Open Sans",sans-serif;543 font: 13px/24px sans-serif; 544 544 height: 24px; 545 545 width: 24px; 546 546 padding: 0 3px 0 24px; … … 690 690 } 691 691 692 692 #wpadminbar * { 693 font: normal 14px/32px "Open Sans",sans-serif;693 font: normal 14px/32px sans-serif; 694 694 } 695 695 696 696 #wpadminbar .quicklinks li > a, … … 786 786 color: #999; 787 787 position: relative; 788 788 } 789 789 790 790 #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, 791 791 #wpadminbar .ab-icon, 792 792 #wpadminbar .ab-item:before { 793 793 padding: 0; 794 794 margin-right: 0; 795 795 } 796 796 797 797 #wpadminbar #wp-admin-bar-edit > .ab-item:before, 798 798 #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, 799 799 #wpadminbar #wp-admin-bar-site-name > .ab-item:before { … … 968 968 #wpadminbar { 969 969 position: absolute; 970 970 } 971 971 972 972 #wp-responsive-overlay { 973 973 position: fixed; 974 974 top: 0; -
wp-includes/css/media-views-rtl.css
3 3 */ 4 4 .media-modal, 5 5 .media-frame { 6 font-family: "Open Sans",sans-serif;6 font-family: sans-serif; 7 7 font-size: 12px; 8 8 } 9 9 … … 49 49 .media-frame input[type="url"], 50 50 .media-frame textarea, 51 51 .media-frame select { 52 font-family: "Open Sans",sans-serif;52 font-family: sans-serif; 53 53 font-size: 12px; 54 54 -moz-box-sizing: border-box; 55 55 -webkit-box-sizing: border-box; … … 163 163 overflow: auto; 164 164 min-height: 300px; 165 165 background: #fff; 166 -webkit-font-smoothing: subpixel-antialiased; 166 -webkit-font-smoothing: subpixel-antialiased; 167 167 } 168 168 169 169 .media-modal-icon { … … 606 606 line-height: 18px; 607 607 font-size: 13px; 608 608 color: #464646; 609 font-family: "Open Sans",sans-serif;609 font-family: sans-serif; 610 610 -webkit-appearance: none; 611 611 } 612 612 … … 1604 1604 .media-modal-close { 1605 1605 left: 10px; 1606 1606 } 1607 1607 1608 1608 /* Text inputs need to be 16px, or they force zooming on iOS */ 1609 1609 .media-frame input[type="text"], 1610 1610 .media-frame input[type="password"], … … 1652 1652 .media-frame-title { 1653 1653 display: none; 1654 1654 } 1655 1655 1656 1656 .media-frame-toolbar { 1657 1657 position: absolute; 1658 1658 bottom: 0px; … … 1677 1677 .attachment-details h3 { 1678 1678 margin-top: 45px; 1679 1679 } 1680 1680 1681 1681 /* Shorten right-side links so they don't overlap the close button */ 1682 1682 .media-menu a:nth-child(2), 1683 1683 .media-menu a:last-child { … … 1703 1703 top: 84px; 1704 1704 right: 0; 1705 1705 } 1706 1706 1707 1707 .media-frame-content { 1708 1708 right: 0; 1709 1709 top: 118px; … … 1712 1712 .media-frame .attachments-browser { 1713 1713 padding-bottom: 300px; 1714 1714 } 1715 1715 1716 1716 .media-sidebar { 1717 1717 border-bottom: 1px solid #dddddd; 1718 1718 } 1719 1719 1720 1720 .media-modal { 1721 1721 width: auto; 1722 1722 } … … 1822 1822 .media-frame-content { 1823 1823 top: 78px; 1824 1824 } 1825 1825 1826 1826 .attachments-browser .attachments { 1827 1827 top: 2px; 1828 1828 } -
wp-includes/css/media-views.css
3 3 */ 4 4 .media-modal, 5 5 .media-frame { 6 font-family: "Open Sans",sans-serif;6 font-family: sans-serif; 7 7 font-size: 12px; 8 8 } 9 9 … … 49 49 .media-frame input[type="url"], 50 50 .media-frame textarea, 51 51 .media-frame select { 52 font-family: "Open Sans",sans-serif;52 font-family: sans-serif; 53 53 font-size: 12px; 54 54 -moz-box-sizing: border-box; 55 55 -webkit-box-sizing: border-box; … … 163 163 overflow: auto; 164 164 min-height: 300px; 165 165 background: #fff; 166 -webkit-font-smoothing: subpixel-antialiased; 166 -webkit-font-smoothing: subpixel-antialiased; 167 167 } 168 168 169 169 .media-modal-icon { … … 606 606 line-height: 18px; 607 607 font-size: 13px; 608 608 color: #464646; 609 font-family: "Open Sans",sans-serif;609 font-family: sans-serif; 610 610 -webkit-appearance: none; 611 611 } 612 612 … … 1604 1604 .media-modal-close { 1605 1605 right: 10px; 1606 1606 } 1607 1607 1608 1608 /* Text inputs need to be 16px, or they force zooming on iOS */ 1609 1609 .media-frame input[type="text"], 1610 1610 .media-frame input[type="password"], … … 1652 1652 .media-frame-title { 1653 1653 display: none; 1654 1654 } 1655 1655 1656 1656 .media-frame-toolbar { 1657 1657 position: absolute; 1658 1658 bottom: 0px; … … 1677 1677 .attachment-details h3 { 1678 1678 margin-top: 45px; 1679 1679 } 1680 1680 1681 1681 /* Shorten right-side links so they don't overlap the close button */ 1682 1682 .media-menu a:nth-child(2), 1683 1683 .media-menu a:last-child { … … 1703 1703 top: 84px; 1704 1704 left: 0; 1705 1705 } 1706 1706 1707 1707 .media-frame-content { 1708 1708 left: 0; 1709 1709 top: 118px; … … 1712 1712 .media-frame .attachments-browser { 1713 1713 padding-bottom: 300px; 1714 1714 } 1715 1715 1716 1716 .media-sidebar { 1717 1717 border-bottom: 1px solid #dddddd; 1718 1718 } 1719 1719 1720 1720 .media-modal { 1721 1721 width: auto; 1722 1722 } … … 1822 1822 .media-frame-content { 1823 1823 top: 78px; 1824 1824 } 1825 1825 1826 1826 .attachments-browser .attachments { 1827 1827 top: 2px; 1828 1828 } -
wp-includes/css/editor-rtl.css
433 433 width: 100%; 434 434 height: auto; 435 435 text-align: center; 436 font-family: "Open Sans",sans-serif;436 font-family: sans-serif; 437 437 font-size: 11px; 438 438 line-height: 20px; 439 439 border-color: #fff; … … 489 489 .wp_themeSkin .mceMenu .mceText { 490 490 position: relative; 491 491 display: block; 492 font-family: "Open Sans",sans-serif;492 font-family: sans-serif; 493 493 cursor: default; 494 494 margin: 0; 495 495 padding: 0 25px; … … 1021 1021 color: #777; 1022 1022 cursor: pointer; 1023 1023 float: left; 1024 font: 13px/19px "Open Sans",sans-serif;1024 font: 13px/19px sans-serif; 1025 1025 height: 19px; 1026 1026 margin: 5px 5px 0 0; 1027 1027 padding: 3px 8px 4px; … … 1131 1131 display: inline-block; 1132 1132 min-width: 26px; 1133 1133 padding: 2px 4px; 1134 font: 12px/18px "Open Sans",sans-serif;1134 font: 12px/18px sans-serif; 1135 1135 color: #464646; 1136 1136 border: 1px solid #c3c3c3; 1137 1137 -webkit-border-radius: 3px; … … 1709 1709 } 1710 1710 1711 1711 .clearlooks2 .mceTop span { 1712 font: 13px/24px "Open Sans",sans-serif;1712 font: 13px/24px sans-serif; 1713 1713 color: #e5e5e5; 1714 1714 } 1715 1715 -
wp-includes/css/editor.css
433 433 width: 100%; 434 434 height: auto; 435 435 text-align: center; 436 font-family: "Open Sans",sans-serif;436 font-family: sans-serif; 437 437 font-size: 11px; 438 438 line-height: 20px; 439 439 border-color: #fff; … … 489 489 .wp_themeSkin .mceMenu .mceText { 490 490 position: relative; 491 491 display: block; 492 font-family: "Open Sans",sans-serif;492 font-family: sans-serif; 493 493 cursor: default; 494 494 margin: 0; 495 495 padding: 0 25px; … … 1021 1021 color: #777; 1022 1022 cursor: pointer; 1023 1023 float: right; 1024 font: 13px/19px "Open Sans",sans-serif;1024 font: 13px/19px sans-serif; 1025 1025 height: 19px; 1026 1026 margin: 5px 0 0 5px; 1027 1027 padding: 3px 8px 4px; … … 1131 1131 display: inline-block; 1132 1132 min-width: 26px; 1133 1133 padding: 2px 4px; 1134 font: 12px/18px "Open Sans",sans-serif;1134 font: 12px/18px sans-serif; 1135 1135 color: #464646; 1136 1136 border: 1px solid #c3c3c3; 1137 1137 -webkit-border-radius: 3px; … … 1709 1709 } 1710 1710 1711 1711 .clearlooks2 .mceTop span { 1712 font: 13px/24px "Open Sans",sans-serif;1712 font: 13px/24px sans-serif; 1713 1713 color: #e5e5e5; 1714 1714 } 1715 1715 -
wp-includes/script-loader.php
553 553 554 554 $rtl_styles = array( 'wp-admin', 'ie', 'media', 'admin-bar', 'customize-controls', 'media-views', 'wp-color-picker', 'wp-pointer', 'editor-buttons', 'farbtastic', 'wp-auth-check', 'wp-jquery-ui-dialog', 'media-views', 'buttons', 'install', 'colors' ); 555 555 556 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array( ' open-sans', 'dashicons' ) );556 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array( 'dashicons' ) ); 557 557 558 558 $styles->add( 'ie', "/wp-admin/css/ie$suffix.css" ); 559 559 $styles->add_data( 'ie', 'conditional', 'lte IE 7' ); 560 560 561 $open_sans_font_url = '';562 563 /* translators: If there are characters in your language that are not supported564 * by Open Sans, translate this to 'off'. Do not translate into your own language.565 */566 if ( 'off' !== _x( 'on', 'Open Sans font: on or off' ) ) {567 $subsets = 'latin,latin-ext';568 569 /* translators: To add an additional Open Sans character subset specific to your language,570 * translate this to 'greek', 'cyrillic' or 'vietnamese'. Do not translate into your own language.571 */572 $subset = _x( 'no-subset', 'Open Sans font: add new subset (greek, cyrillic, vietnamese)' );573 574 if ( 'cyrillic' == $subset ) {575 $subsets .= ',cyrillic,cyrillic-ext';576 } elseif ( 'greek' == $subset ) {577 $subsets .= ',greek,greek-ext';578 } elseif ( 'vietnamese' == $subset ) {579 $subsets .= ',vietnamese';580 }581 582 // Hotlink Open Sans, for now583 $open_sans_font_url = "//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=$subsets";584 }585 586 $styles->add( 'open-sans', $open_sans_font_url );587 588 561 // Dashicons 589 562 $styles->add( 'dashicons', "/wp-includes/css/dashicons$suffix.css" ); 590 563 591 564 // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string. 592 $styles->add( 'colors', true, array( 'wp-admin', 'buttons', ' open-sans', 'dashicons' ) );565 $styles->add( 'colors', true, array( 'wp-admin', 'buttons', 'dashicons' ) ); 593 566 594 567 // do not refer to this directly, the right one is queued by the above "meta" colors handle 595 568 $styles->add( 'colors-fresh', "/wp-admin/css/colors$suffix.css", array( 'wp-admin', 'buttons' ) ); … … 601 574 $styles->add( 'wp-color-picker', "/wp-admin/css/color-picker$suffix.css" ); 602 575 $styles->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop.min.css", array(), '0.9.12' ); 603 576 $styles->add( 'imgareaselect', '/wp-includes/js/imgareaselect/imgareaselect.css', array(), '0.9.8' ); 604 $styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array( ' open-sans', 'dashicons' ) );577 $styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array( 'dashicons' ) ); 605 578 $styles->add( 'wp-jquery-ui-dialog', "/wp-includes/css/jquery-ui-dialog$suffix.css" ); 606 579 $styles->add( 'editor-buttons', "/wp-includes/css/editor$suffix.css", array( 'dashicons' ) ); 607 580 $styles->add( 'wp-pointer', "/wp-includes/css/wp-pointer$suffix.css", array( 'dashicons' ) ); -
wp-admin/css/install.css
6 6 body { 7 7 background: #fff; 8 8 color: #555; 9 font-family: "Open Sans",sans-serif;9 font-family: sans-serif; 10 10 margin: 140px auto 25px; 11 11 padding: 20px 20px 10px 20px; 12 12 max-width: 700px; … … 96 96 } 97 97 textarea { 98 98 border: 1px solid #dfdfdf; 99 font-family: "Open Sans",sans-serif;99 font-family: sans-serif; 100 100 width: 100%; 101 101 -moz-box-sizing: border-box; 102 102 -webkit-box-sizing: border-box; … … 146 146 147 147 input, 148 148 submit { 149 font-family: "Open Sans",sans-serif;149 font-family: sans-serif; 150 150 } 151 151 152 152 .form-table input[type=text], -
wp-admin/css/wp-admin.css
361 361 } 362 362 363 363 body { 364 font-family: "Open Sans",sans-serif;364 font-family: sans-serif; 365 365 font-size: 13px; 366 366 line-height: 1.4em; 367 367 min-width: 600px; … … 7152 7152 margin-top: 6px; 7153 7153 margin-right: 0; 7154 7154 } 7155 7155 7156 7156 .theme-overlay .theme-actions .delete-theme { 7157 7157 position: relative; 7158 7158 right: auto; 7159 7159 bottom: auto; 7160 7160 } 7161 7161 7162 7162 .theme-overlay .theme-actions .inactive-theme { 7163 7163 display: inline; 7164 7164 } … … 7194 7194 margin: 10px 0; 7195 7195 width: 100%; 7196 7196 } 7197 7197 7198 7198 .theme-browser .theme.add-new-theme span:after { 7199 7199 font: normal 60px/90px 'dashicons'; 7200 7200 width: 80px; … … 9163 9163 color: #fff; 9164 9164 } 9165 9165 9166 /* Make the browser nags easier to read with Open Sans */9167 9166 9168 #dashboard_browser_nag h3.hndle {9169 border: none;9170 font-weight: 600;9171 font-size: 20px;9172 padding-top: 10px;9173 }9174 9175 .postbox#dashboard_browser_nag p a.dismiss {9176 font-size: 14px;9177 }9178 9179 .postbox#dashboard_browser_nag p,9180 .postbox#dashboard_browser_nag a,9181 .postbox#dashboard_browser_nag p.browser-update-nag {9182 font-size: 16px;9183 }9184 9185 9186 9167 /* login */ 9187 9168 9188 9169 #loginform p.submit, … … 12878 12859 /* Reset responsive styles in Press This */ 12879 12860 12880 12861 .press-this a.wp-switch-editor { 12881 font: 13px/19px "Open Sans",sans-serif;12862 font: 13px/19px sans-serif; 12882 12863 margin: 5px 0 0 5px; 12883 12864 padding: 3px 8px 4px; 12884 12865 } -
wp-admin/css/install-rtl.css
6 6 body { 7 7 background: #fff; 8 8 color: #555; 9 font-family: "Open Sans",sans-serif;9 font-family: sans-serif; 10 10 margin: 140px auto 25px; 11 11 padding: 20px 20px 10px 20px; 12 12 max-width: 700px; … … 96 96 } 97 97 textarea { 98 98 border: 1px solid #dfdfdf; 99 font-family: "Open Sans",sans-serif;99 font-family: sans-serif; 100 100 width: 100%; 101 101 -moz-box-sizing: border-box; 102 102 -webkit-box-sizing: border-box; … … 146 146 147 147 input, 148 148 submit { 149 font-family: "Open Sans",sans-serif;149 font-family: sans-serif; 150 150 } 151 151 152 152 .form-table input[type=text], -
wp-admin/css/wp-admin-rtl.css
361 361 } 362 362 363 363 body { 364 font-family: "Open Sans",sans-serif;364 font-family: sans-serif; 365 365 font-size: 13px; 366 366 line-height: 1.4em; 367 367 min-width: 600px; … … 7152 7152 margin-top: 6px; 7153 7153 margin-left: 0; 7154 7154 } 7155 7155 7156 7156 .theme-overlay .theme-actions .delete-theme { 7157 7157 position: relative; 7158 7158 left: auto; 7159 7159 bottom: auto; 7160 7160 } 7161 7161 7162 7162 .theme-overlay .theme-actions .inactive-theme { 7163 7163 display: inline; 7164 7164 } … … 7194 7194 margin: 10px 0; 7195 7195 width: 100%; 7196 7196 } 7197 7197 7198 7198 .theme-browser .theme.add-new-theme span:after { 7199 7199 font: normal 60px/90px 'dashicons'; 7200 7200 width: 80px; … … 9163 9163 color: #fff; 9164 9164 } 9165 9165 9166 /* Make the browser nags easier to read with Open Sans */9167 9166 9168 #dashboard_browser_nag h3.hndle {9169 border: none;9170 font-weight: 600;9171 font-size: 20px;9172 padding-top: 10px;9173 }9174 9175 .postbox#dashboard_browser_nag p a.dismiss {9176 font-size: 14px;9177 }9178 9179 .postbox#dashboard_browser_nag p,9180 .postbox#dashboard_browser_nag a,9181 .postbox#dashboard_browser_nag p.browser-update-nag {9182 font-size: 16px;9183 }9184 9185 9186 9167 /* login */ 9187 9168 9188 9169 #loginform p.submit, … … 12878 12859 /* Reset responsive styles in Press This */ 12879 12860 12880 12861 .press-this a.wp-switch-editor { 12881 font: 13px/19px "Open Sans",sans-serif;12862 font: 13px/19px sans-serif; 12882 12863 margin: 5px 5px 0 0; 12883 12864 padding: 3px 8px 4px; 12884 12865 }