summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-07-14 17:40:38 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-07-14 17:40:38 -0400
commited73eb3cb33da0f9423a4d26e80d63a3efd845c3 (patch)
tree7a7d91fb756fb343e26c69858fd820812322238c
parent47980ac8194589e6ed92958035a3bf62fe6444e7 (diff)
parentfc7588b9ce4a09230175324860d1a754577f4892 (diff)
downloadaskbot-ed73eb3cb33da0f9423a4d26e80d63a3efd845c3.tar.gz
askbot-ed73eb3cb33da0f9423a4d26e80d63a3efd845c3.tar.bz2
askbot-ed73eb3cb33da0f9423a4d26e80d63a3efd845c3.zip
Merge branch 'github'
-rw-r--r--askbot/media/style/style.css24
-rw-r--r--askbot/media/style/style.less35
2 files changed, 38 insertions, 21 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index 32f813b7..fb23aee6 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -4000,15 +4000,6 @@ li.L9 {
#leading-sidebar {
float: left;
}
-/* language-specific fixes */
-body.lang-es #searchBar {
- /* need special left padding */
-
-}
-body.anon.lang-es #searchBar {
- /* need special left padding */
-
-}
/* user groups */
#user-groups input[type="text"] {
height: 21px;
@@ -4556,3 +4547,18 @@ td.setting-input textarea {
display: none;
}
}
+/* language-specific fixes */
+body.lang-es #searchBar {
+ /* need special left padding */
+
+}
+body.anon.lang-es #searchBar {
+ /* need special left padding */
+
+}
+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: 125px;
+}
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index 8fad8803..b73da0b2 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -4141,18 +4141,6 @@ a.edit {
float: left;
}
-/* language-specific fixes */
-body.lang-es {
- #searchBar {
- /* need special left padding */
- }
-}
-body.anon.lang-es {
- #searchBar {
- /* need special left padding */
- }
-}
-
/* user groups */
#user-groups {
input[type="text"] {
@@ -4751,3 +4739,26 @@ td.setting-input {
display: none;
}
}
+
+/* language-specific fixes */
+body.lang-es {
+ #searchBar {
+ /* need special left padding */
+ }
+}
+body.anon.lang-es {
+ #searchBar {
+ /* need special left padding */
+ }
+}
+
+body.lang-zh {
+ .box .inputs {
+ #interestingTagInput,
+ #ignoredTagInput,
+ #subscribedTagInput,
+ #ab-tag-search {
+ width: 125px;
+ }
+ }
+}