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