Switch to a fluid padding-top on #login so it aligns nicely on small screens. Fixes #26130.

Built from https://develop.svn.wordpress.org/trunk@26300


git-svn-id: http://core.svn.wordpress.org/trunk@26205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-21 00:31:10 +00:00
parent c0f4798af9
commit 6139ae6953
4 changed files with 4 additions and 4 deletions

View File

@ -8468,7 +8468,7 @@ a.rsswidget {
#login {
width: 320px;
padding: 114px 0 0;
padding: 92% 0 0;
margin: auto;
}

File diff suppressed because one or more lines are too long

View File

@ -8468,7 +8468,7 @@ a.rsswidget {
#login {
width: 320px;
padding: 114px 0 0;
padding: 8% 0 0;
margin: auto;
}

File diff suppressed because one or more lines are too long