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; |
Sebastian Noack
2015/02/20 15:32:59
Not that great for right-to-left languages, but gi
kzar
2015/02/20 17:04:48
Again, no need to review the CSS here as it's just
|
+ 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; |