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