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

Unified Diff: anwiki/_override-static/global/global/css/index.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
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/index-desktop.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: anwiki/_override-static/global/global/css/index.css
===================================================================
--- a/anwiki/_override-static/global/global/css/index.css
+++ b/anwiki/_override-static/global/global/css/index.css
@@ -362,7 +362,8 @@
}
.warning-platform,
-.disclaimer
+.disclaimer,
+#maxthon-notification
{
display: none;
color: #D00;
@@ -386,7 +387,8 @@
#content.ua-internet-explorer .warning-platform.internet-explorer,
#content.ua-safari .warning-platform.safari,
#content.ua-yandex-browser .warning-platform.yandex-browser,
-#content.ua-maxthon .warning-platform.maxthon
+#content.ua-maxthon .warning-platform.maxthon,
+html[lang^="zh_"] #maxthon-notification
{
display: block;
}
@@ -399,6 +401,8 @@
#content.safari.ua-safari .warning-platform.safari,
#content.yandex-browser.ua-yandex-browser .warning-platform.yandex-browser,
#content.maxthon.ua-maxthon .warning-platform.maxthon,
+#content.ua-maxthon #maxthon-notification,
+#content.maxthon #maxthon-notification,
/* IE6 fixes */
#content.firefox_ua-firefox .warning-platform.firefox,
#content.chrome_ua-chrome .warning-platform.chrome,
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/index-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld