Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/index.css

Issue 29690912: Fixes #9 - Update cross-promotional section (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Change background image to solid colour Created Feb. 28, 2018, 8:40 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
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;
+ }
+}

Powered by Google App Engine
This is Rietveld