| Index: static/css/index.css |
| =================================================================== |
| --- a/static/css/index.css |
| +++ b/static/css/index.css |
| @@ -59,22 +59,16 @@ |
| .ua-android #abb-banner, |
| .ua-ios #abb-banner, |
| .ua-android #abb-android-download, |
| .ua-ios #abb-ios-download |
| { |
| display: block; |
| } |
| -.ua-android #adblock-browser-notification, |
| -.ua-ios #adblock-browser-notification |
| -{ |
| - display: none; |
| -} |
| - |
| #main, #video-container |
| { |
| display: inline-block; |
| vertical-align: top; /* Fix for https://bugzil.la/1320660 */ |
| } |
| #video-container, #maxthon-instruction, #edge-teaser |
| { |
| @@ -807,8 +801,38 @@ |
| { |
| display: flex; |
| justify-content: space-between; |
| align-items: center; |
| } |
| } |
| } |
| + |
| +/****************************************************************************** |
| + * #abb-notification |
| + *****************************************************************************/ |
| + |
| +#abb-notification h2, |
| +#abb-notification h3 |
| +{ |
| + text-transform: uppercase; |
| +} |
| + |
| +#abb-logo |
| +{ |
| + max-width: 10em; |
| +} |
| + |
| +#abb-app-store-badges img |
| +{ |
| + width: 200px; |
| +} |
| + |
| +@media (min-width: 768px) /* tablet-breakpoint */ |
| +{ |
| + #abb-notification figure, |
| + #abb-app-store-badges |
| + { |
| + padding-left: 2em; |
| + padding-right: 2em; |
| + } |
| +} |