| 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 |