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

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

Issue 29323528: Issue 2870 - Adjust icons on homepage horizontally (Closed)
Patch Set: Rebased to #2844. Created Oct. 2, 2015, 1:05 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index-desktop.css
===================================================================
--- a/static/css/index-desktop.css
+++ b/static/css/index-desktop.css
@@ -35,7 +35,7 @@
margin-left: 8px;
}
-#install .install-button, #install ul, #information-android
+#install .install-button, #information-android
{
position: absolute;
}
@@ -44,6 +44,7 @@
{
bottom: 2px;
left: 0;
+ width: 100%;
}
#install .install-button:active
@@ -53,8 +54,10 @@
#install ul
{
- right: 0;
- width: 115px;
+ width: 100%;
+ text-align: center;
+ position: absolute;
+ bottom: -35px;
}
#content.maxthon #install ul,
@@ -68,6 +71,14 @@
#content.edge #install ul
{
margin: 0px 35px;
+ position: static;
+}
+
+#content.maxthon #install ul
+{
+ bottom: 0px;
+ margin-left: 35px;
+ position: static;
}
#content.edge #other-browsers
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld