css tweak - expanding some room for zh_CN

This commit is contained in:
Erick Guan 2014-11-06 22:06:21 +08:00
parent b09ad87098
commit 951b6e6bb8
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;
} }