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

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

Issue 6193426550751232: Issue 2214 - Add message to Adblock Plus home page about mobile beta launch (Infrastructure) (Closed)
Patch Set: Created April 28, 2015, 4:51 p.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
@@ -60,9 +60,15 @@
bottom: -25px;
}
-.warning-platform,
-.disclaimer,
-#maxthon-notification
+.warning-platform, .disclaimer, #maxthon-notification
+{
+ width: 100%;
+ margin-top: 0;
+ margin-bottom: 50px;
+ float: right;
+}
+
+#adblock-browser-notification
{
width: 100%;
margin-top: 50px;
@@ -70,18 +76,6 @@
float: right;
Thomas Greiner 2015/04/29 11:55:22 Don't duplicate styles. Rather add "#adblock-brows
saroyanm 2015/04/29 12:33:29 Done.
}
-html[lang="fr"] .warning-platform,
saroyanm 2015/04/28 17:08:34 Now we have top level warning message, so no more
-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