Reset responsive styles for the checkbox in auth check window.

props iammattthomas.
fixes #26360.

git-svn-id: https://develop.svn.wordpress.org/trunk@26532 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-12-02 19:00:21 +00:00
parent 0c0a90bfc1
commit f2ca7ece13

View File

@ -12886,12 +12886,14 @@ li#wp-admin-bar-menu-toggle {
padding: 7px 12px;
}
.interim-login input[type=checkbox],
.press-this input[type=checkbox],
.press-this input[type=radio] {
height: 16px;
width: 16px;
}
.interim-login input[type=checkbox]:checked:before,
.press-this input[type=checkbox]:checked:before {
width: 16px;
font: normal 21px/1 'dashicons';