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

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

Issue 29328882: Issue 2870 - Adjust icons on homepage horizontally (Closed)
Patch Set: Created Oct. 6, 2015, 4:03 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: static/css/index-desktop.css
===================================================================
--- a/static/css/index-desktop.css
+++ b/static/css/index-desktop.css
@@ -23,11 +23,6 @@
margin-bottom: 4px;
}
-#content.edge #main
-{
- height: 380px;
-}
-
html[dir="rtl"] #main
{
float: left;
@@ -35,15 +30,16 @@
margin-left: 8px;
}
-#install .install-button, #install ul, #information-android
+#install .install-button, #information-android, #edge-subscription
{
position: absolute;
}
-#install .install-button
+#install .install-button, #edge-subscription
{
bottom: 2px;
left: 0;
+ width: 100%;
}
#install .install-button:active
@@ -51,29 +47,15 @@
bottom: 0px;
}
-#install ul
+#other-platform
{
- right: 0;
- width: 115px;
+ position: absolute;
+ top: 320px;
}
-#content.maxthon #install ul,
-#content.edge #install ul
+#other-platform > div
{
- margin-left: 18px;
- right: auto;
- width: auto;
-}
-
-#content.edge #install ul
-{
- margin: 0px 35px;
-}
-
-#content.edge #other-browsers
-{
- margin: 0px 40px 10px 40px;
- display: block;
+ margin-bottom: 10px;
}
#content.edge #edge-teaser
@@ -107,6 +89,11 @@
margin-bottom: 20px;
}
+#content.edge #messages-wrapper
+{
+ margin-top: 80px;
+}
+
#key-facts
{
margin-top: 50px;
« includes/index.tmpl ('K') | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld