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: Created Aug. 13, 2015, 2:51 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
@@ -38,6 +38,7 @@
{
bottom: 2px;
left: 0;
+ width: 100%;
}
#install .install-button:active
@@ -47,12 +48,20 @@
#install ul
{
- bottom: -2px;
+ bottom: -30px;
saroyanm 2015/08/20 19:13:35 With current layout we shouldn't position button a
saroyanm 2015/08/20 20:37:07 Sorry it's only about icons, otherwise the button
right: 0;
- width: 115px;
+ width: 100%;
+ text-align: center;
}
-#content.maxthon #install ul,
+#content.maxthon #install ul
+{
+ bottom: 0px;
+ right: 0;
+ width: 100%;
+ text-align: center;
+}
+
#content.edge #install ul
{
margin-left: 18px;
@@ -62,7 +71,7 @@
#content.edge #install ul
{
- margin: 0px 35px;
+ margin: 30px 35px;
saroyanm 2015/08/20 19:08:14 I assume this fix belongs to another review.
}
#content.edge #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