IE7: Fix width of the password input field on the about page. see #25603.

git-svn-id: https://develop.svn.wordpress.org/trunk@25846 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-10-18 17:57:08 +00:00
parent f4bf16102d
commit 476e4a4778
1 changed files with 4 additions and 0 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;