We only need to declare Open Sans once in wp-admin.css. See #25858.
Built from https://develop.svn.wordpress.org/trunk@26185 git-svn-id: http://core.svn.wordpress.org/trunk@26094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
35557b1393
commit
a9c3558df2
|
@ -827,7 +827,6 @@ div.error {
|
||||||
.wrap .add-new-h2,
|
.wrap .add-new-h2,
|
||||||
.wrap .add-new-h2:active,
|
.wrap .add-new-h2:active,
|
||||||
#add-new-comment a {
|
#add-new-comment a {
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -902,25 +901,6 @@ input[readonly] {
|
||||||
1.0 - Text Styles
|
1.0 - Text Styles
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
div.sidebar-name h3,
|
|
||||||
#menu-management .nav-tab,
|
|
||||||
a.rsswidget,
|
|
||||||
#dashboard_right_now td.b,
|
|
||||||
#dashboard-widgets h4,
|
|
||||||
.tool-box .title,
|
|
||||||
#poststuff h3,
|
|
||||||
.metabox-holder h3,
|
|
||||||
.pressthis a,
|
|
||||||
#your-profile legend,
|
|
||||||
.inline-edit-row fieldset span.title,
|
|
||||||
.inline-edit-row fieldset span.checkbox-title,
|
|
||||||
.tablenav .displaying-num,
|
|
||||||
.widefat th,
|
|
||||||
.quicktags,
|
|
||||||
.search {
|
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget .widget-top,
|
.widget .widget-top,
|
||||||
.postbox h3,
|
.postbox h3,
|
||||||
.stuffbox h3,
|
.stuffbox h3,
|
||||||
|
@ -940,13 +920,6 @@ h3.dashboard-widget-title small,
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 .nav-tab,
|
|
||||||
.wrap h2,
|
|
||||||
.subtitle,
|
|
||||||
.login form .input {
|
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.quicktags,
|
.quicktags,
|
||||||
.search {
|
.search {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -1094,7 +1067,6 @@ strong, b {
|
||||||
.howto {
|
.howto {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
display: block;
|
display: block;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p.install-help {
|
p.install-help {
|
||||||
|
@ -1547,7 +1519,6 @@ form.upgrade .hint {
|
||||||
float: left;
|
float: left;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
margin: 0 6px 0 0;
|
margin: 0 6px 0 0;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#screen-meta-links .screen-meta-toggle {
|
#screen-meta-links .screen-meta-toggle {
|
||||||
|
@ -2022,7 +1993,6 @@ ul#adminmenu > li.current > a.current:after {
|
||||||
#adminmenu span.update-plugins,
|
#adminmenu span.update-plugins,
|
||||||
#sidemenu li a span.update-plugins {
|
#sidemenu li a span.update-plugins {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -2222,7 +2192,6 @@ ul#adminmenu > li.current > a.current:after {
|
||||||
/* List table styles */
|
/* List table styles */
|
||||||
.post-com-count-wrapper {
|
.post-com-count-wrapper {
|
||||||
min-width: 22px;
|
min-width: 22px;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-com-count {
|
.post-com-count {
|
||||||
|
@ -2691,7 +2660,6 @@ html.wp-toolbar {
|
||||||
|
|
||||||
.welcome-panel h3 {
|
.welcome-panel h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
@ -3958,7 +3926,6 @@ ul.cat-checklist {
|
||||||
|
|
||||||
.inline-edit-row fieldset ul.cat-checklist label,
|
.inline-edit-row fieldset ul.cat-checklist label,
|
||||||
.inline-edit-row #bulk-titles div {
|
.inline-edit-row #bulk-titles div {
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
@ -5313,7 +5280,6 @@ span.description,
|
||||||
.form-wrap p {
|
.form-wrap p {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-wrap .form-field {
|
.form-wrap .form-field {
|
||||||
|
@ -7008,7 +6974,6 @@ body.press-this {
|
||||||
#utc-time, #local-time {
|
#utc-time, #local-time {
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.defaultavatarpicker .avatar {
|
.defaultavatarpicker .avatar {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -827,7 +827,6 @@ div.error {
|
||||||
.wrap .add-new-h2,
|
.wrap .add-new-h2,
|
||||||
.wrap .add-new-h2:active,
|
.wrap .add-new-h2:active,
|
||||||
#add-new-comment a {
|
#add-new-comment a {
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -902,25 +901,6 @@ input[readonly] {
|
||||||
1.0 - Text Styles
|
1.0 - Text Styles
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
div.sidebar-name h3,
|
|
||||||
#menu-management .nav-tab,
|
|
||||||
a.rsswidget,
|
|
||||||
#dashboard_right_now td.b,
|
|
||||||
#dashboard-widgets h4,
|
|
||||||
.tool-box .title,
|
|
||||||
#poststuff h3,
|
|
||||||
.metabox-holder h3,
|
|
||||||
.pressthis a,
|
|
||||||
#your-profile legend,
|
|
||||||
.inline-edit-row fieldset span.title,
|
|
||||||
.inline-edit-row fieldset span.checkbox-title,
|
|
||||||
.tablenav .displaying-num,
|
|
||||||
.widefat th,
|
|
||||||
.quicktags,
|
|
||||||
.search {
|
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget .widget-top,
|
.widget .widget-top,
|
||||||
.postbox h3,
|
.postbox h3,
|
||||||
.stuffbox h3,
|
.stuffbox h3,
|
||||||
|
@ -940,13 +920,6 @@ h3.dashboard-widget-title small,
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 .nav-tab,
|
|
||||||
.wrap h2,
|
|
||||||
.subtitle,
|
|
||||||
.login form .input {
|
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.quicktags,
|
.quicktags,
|
||||||
.search {
|
.search {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -1094,7 +1067,6 @@ strong, b {
|
||||||
.howto {
|
.howto {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
display: block;
|
display: block;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p.install-help {
|
p.install-help {
|
||||||
|
@ -1547,7 +1519,6 @@ form.upgrade .hint {
|
||||||
float: right;
|
float: right;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
margin: 0 0 0 6px;
|
margin: 0 0 0 6px;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#screen-meta-links .screen-meta-toggle {
|
#screen-meta-links .screen-meta-toggle {
|
||||||
|
@ -2022,7 +1993,6 @@ ul#adminmenu > li.current > a.current:after {
|
||||||
#adminmenu span.update-plugins,
|
#adminmenu span.update-plugins,
|
||||||
#sidemenu li a span.update-plugins {
|
#sidemenu li a span.update-plugins {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -2222,7 +2192,6 @@ ul#adminmenu > li.current > a.current:after {
|
||||||
/* List table styles */
|
/* List table styles */
|
||||||
.post-com-count-wrapper {
|
.post-com-count-wrapper {
|
||||||
min-width: 22px;
|
min-width: 22px;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-com-count {
|
.post-com-count {
|
||||||
|
@ -2691,7 +2660,6 @@ html.wp-toolbar {
|
||||||
|
|
||||||
.welcome-panel h3 {
|
.welcome-panel h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
@ -3958,7 +3926,6 @@ ul.cat-checklist {
|
||||||
|
|
||||||
.inline-edit-row fieldset ul.cat-checklist label,
|
.inline-edit-row fieldset ul.cat-checklist label,
|
||||||
.inline-edit-row #bulk-titles div {
|
.inline-edit-row #bulk-titles div {
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
@ -5313,7 +5280,6 @@ span.description,
|
||||||
.form-wrap p {
|
.form-wrap p {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-wrap .form-field {
|
.form-wrap .form-field {
|
||||||
|
@ -7008,7 +6974,6 @@ body.press-this {
|
||||||
#utc-time, #local-time {
|
#utc-time, #local-time {
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.defaultavatarpicker .avatar {
|
.defaultavatarpicker .avatar {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue