Narrower screen when choosing a language. see #28577.

git-svn-id: https://develop.svn.wordpress.org/trunk@28780 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-06-19 04:46:40 +00:00
parent aa6ef01298
commit e27b672b22
2 changed files with 14 additions and 6 deletions

View File

@@ -312,6 +312,10 @@ body.rtl,
}
body.language-chooser {
max-width: 450px;
}
.language-chooser select {
margin: 1px;
padding: 8px;
@@ -338,7 +342,7 @@ body.rtl,
box-shadow: 0 0 2px rgba(30,140,190,0.8);
}
.wp-core-ui .language-chooser .button.button-hero {
.wp-core-ui.language-chooser .button.button-hero {
font-size: 30px;
line-height: 30px;
}