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

Unified Diff: static/css/index-desktop.css

Issue 5636796054503424: Issue 1170 - [adblockplus.org Anwiki to CMS migration] Migrate content (Closed)
Patch Set: Remove includes/common.tmpl which is no longer required. Created March 7, 2015, 7:01 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
« no previous file with comments | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index-desktop.css
diff --git a/static/css/index-desktop.css b/static/css/index-desktop.css
index 77f1234311291b067a74d56e35a53cba1a717dea..542255f493c624dd7c84728f7c876a64f15d933d 100644
--- a/static/css/index-desktop.css
+++ b/static/css/index-desktop.css
@@ -8,12 +8,12 @@
#main
{
- width: 421px;
+ width: 426px;
height: 307px;
position: relative;
float: right;
margin-left: 0px;
- margin-right: 8px;
+ margin-right: 3px;
margin-bottom: 4px;
}
@@ -44,7 +44,14 @@ html[dir="rtl"] #main
{
bottom: -2px;
right: 0;
- width: 110px;
+ width: 115px;
+}
+
+#content.maxthon #install ul
+{
+ margin-left: 18px;
+ right: auto;
+ width: auto;
}
#information-android
@@ -53,7 +60,9 @@ html[dir="rtl"] #main
bottom: -25px;
}
-.warning-platform
+.warning-platform,
+.disclaimer,
+#maxthon-notification
{
width: 100%;
margin-top: 50px;
@@ -61,6 +70,18 @@ html[dir="rtl"] #main
float: right;
}
+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 | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld