mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
IE7: Fix width of the password input field on the about page. see #25603.
Built from https://develop.svn.wordpress.org/trunk@25846 git-svn-id: http://core.svn.wordpress.org/trunk@25758 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ed5f85cdc8
commit
72dd603010
@ -503,6 +503,10 @@ table.ie-fixed {
|
|||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-wrap .about-password-meter input {
|
||||||
|
width: 98%;
|
||||||
|
}
|
||||||
|
|
||||||
.revisions-tickmarks,
|
.revisions-tickmarks,
|
||||||
.revisions-tooltip {
|
.revisions-tooltip {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
2
wp-admin/css/ie.min.css
vendored
2
wp-admin/css/ie.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user