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:
Dominik Schilling 2013-10-24 22:56:12 +00:00
parent 123bb3d4f2
commit 3d73363635
2 changed files with 5 additions and 1 deletions

View File

@ -503,6 +503,10 @@ table.ie-fixed {
width: 15%;
}
.about-wrap .about-password-meter input {
width: 98%;
}
.revisions-tickmarks,
.revisions-tooltip {
display: none !important;

File diff suppressed because one or more lines are too long