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

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

Issue 4908428271026176: Issue 2384 - Remove Firefox/Mozilla references on about:firefox (Closed)
Patch Set: Renames, reverts, ... Created May 6, 2015, 9:45 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') | mobile/android/themes/core/images/abb-logo.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/themes/core/aboutPageAdblockBrowser.css
diff --git a/mobile/android/themes/core/aboutPage.css b/mobile/android/themes/core/aboutPageAdblockBrowser.css
similarity index 82%
copy from mobile/android/themes/core/aboutPage.css
copy to mobile/android/themes/core/aboutPageAdblockBrowser.css
index a7fcbb91eca82f384072e09cfa32f63c9620b1e4..234920921b6a36d6e46055ebc19c6873065c422a 100644
--- a/mobile/android/themes/core/aboutPage.css
+++ b/mobile/android/themes/core/aboutPageAdblockBrowser.css
@@ -11,14 +11,11 @@ body {
}
#header {
- height: 80px;
+ min-height: 120px;
}
#wordmark {
- margin: 30px 0 0 15px;
- width: 123px;
- height: 36px;
- background: url("chrome://browser/skin/images/wordmark-hdpi.png") no-repeat;
+ margin: 50px 0 0 15px;
}
#version {
@@ -27,17 +24,9 @@ body {
}
#banner {
- min-height: 150px;
- background-color: #bdc7ce;
-}
-
-#logo {
- position: absolute;
- top: 0;
- right: 0;
- width: 375px;
- height: 300px;
- background: url("chrome://browser/skin/images/logo-hdpi.png") no-repeat;
+ min-height: 300px;
+ background: url("chrome://browser/skin/images/abb-logo.png") no-repeat;
+ background-position: right top;
}
#updateBox {
« no previous file with comments | « mobile/android/components/AboutRedirector.js ('k') | mobile/android/themes/core/images/abb-logo.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld