Merge pull request #2949 from fantasticfears/master

css tweak - expanding some room for zh_CN
This commit is contained in:
Robin Ward 2014-11-07 10:55:55 -05:00
commit 6f7cf8599f
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@
button { button {
margin: 0 5px 5px 0; margin: 0 5px 5px 0;
min-width: 180px; min-width: 180px;
&:lang(zh_CN) {
min-width: 200px;
}
} }
margin-top: 10px; margin-top: 10px;
margin-bottom: 20px; margin-bottom: 20px;

View File

@ -145,6 +145,9 @@
} }
.activity { .activity {
width: 60px; width: 60px;
&:lang(zh_CN) {
width: 70px;
}
span { span {
cursor: pointer; cursor: pointer;
} }