Reset responsive styles for the checkbox in auth check window.

props iammattthomas.
fixes #26360.
Built from https://develop.svn.wordpress.org/trunk@26532


git-svn-id: http://core.svn.wordpress.org/trunk@26425 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2013-12-02 19:01:10 +00:00
parent bb32d28c75
commit 35f42dd2bd
4 changed files with 6 additions and 2 deletions

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';

File diff suppressed because one or more lines are too long

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';

File diff suppressed because one or more lines are too long