added custom style for the Chinese locale

Change-Id: Iadfff93381223615ba06646d1d7fcf9fd486d07a
This commit is contained in:
Evgeny Fadeev 2013-08-24 21:33:45 -04:00
parent 7f71775345
commit f675f9dc78
2 changed files with 16 additions and 7 deletions

View File

@ -363,7 +363,8 @@ input[type="submit"].link {
} }
body.lang-zh_CN, body.lang-zh_CN,
body.lang-zh-cn { body.lang-zh-cn,
body.lang-zh {
.box { .box {
.inputs { .inputs {
#interestingTagInput, #interestingTagInput,

View File

@ -456,7 +456,7 @@ input[type="submit"].link {
line-height: inherit; line-height: inherit;
} }
/* line 372, ../sass/extra.scss */ /* line 373, ../sass/extra.scss */
body.lang-zh_CN .box .inputs #interestingTagInput, body.lang-zh_CN .box .inputs #interestingTagInput,
body.lang-zh_CN .box .inputs #ignoredTagInput, body.lang-zh_CN .box .inputs #ignoredTagInput,
body.lang-zh_CN .box .inputs #subscribedTagInput, body.lang-zh_CN .box .inputs #subscribedTagInput,
@ -464,20 +464,28 @@ body.lang-zh_CN .box .inputs #ab-tag-search,
body.lang-zh-cn .box .inputs #interestingTagInput, body.lang-zh-cn .box .inputs #interestingTagInput,
body.lang-zh-cn .box .inputs #ignoredTagInput, body.lang-zh-cn .box .inputs #ignoredTagInput,
body.lang-zh-cn .box .inputs #subscribedTagInput, body.lang-zh-cn .box .inputs #subscribedTagInput,
body.lang-zh-cn .box .inputs #ab-tag-search { body.lang-zh-cn .box .inputs #ab-tag-search,
body.lang-zh .box .inputs #interestingTagInput,
body.lang-zh .box .inputs #ignoredTagInput,
body.lang-zh .box .inputs #subscribedTagInput,
body.lang-zh .box .inputs #ab-tag-search {
width: 121px; width: 121px;
} }
/* line 379, ../sass/extra.scss */ /* line 380, ../sass/extra.scss */
body.lang-zh_CN .scopes-True-True-True #searchBar, body.lang-zh_CN .scopes-True-True-True #searchBar,
body.lang-zh_CN .scopes-True-True-True .search-drop-menu, body.lang-zh_CN .scopes-True-True-True .search-drop-menu,
body.lang-zh-cn .scopes-True-True-True #searchBar, body.lang-zh-cn .scopes-True-True-True #searchBar,
body.lang-zh-cn .scopes-True-True-True .search-drop-menu { body.lang-zh-cn .scopes-True-True-True .search-drop-menu,
body.lang-zh .scopes-True-True-True #searchBar,
body.lang-zh .scopes-True-True-True .search-drop-menu {
margin-left: 185px; margin-left: 185px;
} }
/* line 385, ../sass/extra.scss */ /* line 386, ../sass/extra.scss */
body.lang-zh_CN .scopes-True-True-False #searchBar, body.lang-zh_CN .scopes-True-True-False #searchBar,
body.lang-zh_CN .scopes-True-True-False .search-drop-menu, body.lang-zh_CN .scopes-True-True-False .search-drop-menu,
body.lang-zh-cn .scopes-True-True-False #searchBar, body.lang-zh-cn .scopes-True-True-False #searchBar,
body.lang-zh-cn .scopes-True-True-False .search-drop-menu { body.lang-zh-cn .scopes-True-True-False .search-drop-menu,
body.lang-zh .scopes-True-True-False #searchBar,
body.lang-zh .scopes-True-True-False .search-drop-menu {
margin-left: 114px; margin-left: 114px;
} }