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@25846 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
123bb3d4f2
commit
3d73363635
|
@ -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;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue