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

Unified Diff: mobile/android/themes/core/aboutPageAdblockBrowser.css

Issue 29981605: Issue 7211 - About Adblock Browser is opening about:firefox (Closed)
Patch Set: Created Jan. 14, 2019, 10:33 p.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
« no previous file with comments | « mobile/android/components/AboutRedirector.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/themes/core/aboutPageAdblockBrowser.css
===================================================================
--- a/mobile/android/themes/core/aboutPageAdblockBrowser.css
+++ b/mobile/android/themes/core/aboutPageAdblockBrowser.css
@@ -6,32 +6,41 @@
-moz-text-size-adjust: none;
font-family: "Clear Sans",sans-serif;
font-size: 23px;
color: #222222;
background-color: #ced7de;
}
#header {
- min-height: 120px;
+ height: 80px;
}
#wordmark {
- margin: 50px 0 0 15px;
+ margin: 30px 0 0 15px;
+ font-size: 22px;
}
#version {
margin: 0 0 0 15px;
font-size: 15px;
}
#banner {
- min-height: 300px;
+ min-height: 150px;
+ background-color: #bdc7ce;
+}
+
+#logo {
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 384px;
+ height: 300px;
background: url("chrome://browser/skin/images/abb-logo.png") no-repeat;
- background-position: right top;
}
#updateBox {
position: relative;
top: 40px;
margin: 0 auto;
width: 60%; /* looks much larger!? */
padding: 20px 1em;
@@ -73,17 +82,17 @@
#aboutLinks > li {
line-height: 2.6;
border-top: 1px solid white;
border-bottom: 1px solid #C1C7CC;
}
#aboutLinks > li > a {
- padding-left: 25px;
+ padding-inline-start: 25px;
display: block;
}
#aboutDetails {
padding-left: 15px;
font-size: 15px;
}
« no previous file with comments | « mobile/android/components/AboutRedirector.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld