Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: anwiki/_override-static/global/global/css/index-desktop.css

Issue 4907991358767104: Issue 1816 - Add download Maxthon notification for Chinese locales (Infrastructure) (Closed)
Patch Set: Created Feb. 9, 2015, 11:17 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: anwiki/_override-static/global/global/css/index-desktop.css
===================================================================
--- a/anwiki/_override-static/global/global/css/index-desktop.css
+++ b/anwiki/_override-static/global/global/css/index-desktop.css
@@ -61,7 +61,8 @@
}
.warning-platform,
-.disclaimer
+.disclaimer,
+#maxthon-notification
{
width: 100%;
margin-top: 50px;
@@ -69,11 +70,18 @@
float: right;
}
-html[lang="fr"] .warning-platform
+html[lang="fr"] .warning-platform,
+html[lang^="zh_"] .warning-platform
{
margin-top: 0px;
}
+html[lang^="zh_"] #content.maxthon .warning-platform,
+html[lang^="zh_"] #content.ua-maxthon .warning-platform
+{
+ margin-top: 50px;
+}
+
#key-facts
{
margin-top: 50px;
« no previous file with comments | « anwiki/_override-static/global/global/css/index.css ('k') | anwiki/_override-static/global/global/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld