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

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

Issue 6038021765857280: Issue 1650 - Added disclaimer to homepage for French users (Infrastructure) (Closed)
Patch Set: Created Dec. 3, 2014, 11:34 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
@@ -346,7 +346,8 @@
background-position: -88px -110px;
}
-.warning-platform
+.warning-platform,
+.disclaimer
{
display: none;
color: #D00;
@@ -356,6 +357,13 @@
border-radius: 5px;
}
+.disclaimer
+{
+ font-size: 14px;
+ color: #000;
+ text-align: left;
+}
+
#content.ua-firefox .warning-platform.firefox,
#content.ua-chrome .warning-platform.chrome,
#content.ua-android .warning-platform.android,
@@ -382,6 +390,11 @@
display: none;
}
+html[lang="fr"] .disclaimer.lang-fr
+{
+ display: block;
+}
+
#key-facts section
{
display: inline-block;
« 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