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: Addressing comments Created Aug. 26, 2015, 12:53 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
@@ -29,7 +29,7 @@
margin-left: 8px;
}
-#install .install-button, #install ul, #information-android
+#install .install-button, #information-android
{
position: absolute;
}
@@ -38,6 +38,7 @@
{
bottom: 2px;
left: 0;
+ width: 100%;
}
#install .install-button:active
@@ -47,22 +48,24 @@
#install ul
{
- bottom: -2px;
- right: 0;
- width: 115px;
+ width: 100%;
+ text-align: center;
+ vertical-align: bottom;
+ margin-top: 65px;
}
-#content.maxthon #install ul,
-#content.edge #install ul
+#content.maxthon #install ul
{
- margin-left: 18px;
- right: auto;
- width: auto;
+ bottom: 0px;
+ right: 0;
+ width: 100%;
+ text-align: center;
}
#content.edge #install ul
{
- margin: 0px 35px;
+ margin: 10px 35px;
+ text-align: left;
}
#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