Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: chrome/browser/resources/help/help_content.css

Issue 423533003: Use PageManager in About page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix settings app browser test Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/help/help_base_page.js ('k') | chrome/browser/resources/help/help_content.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help_content.css
diff --git a/chrome/browser/resources/help/help.css b/chrome/browser/resources/help/help_content.css
similarity index 90%
copy from chrome/browser/resources/help/help.css
copy to chrome/browser/resources/help/help_content.css
index 6b40922763ac7fff841d10b9c71e96e922c2883b..06bdcfb6da2f2f35ce0c71abb0a1fa4028726eb1 100644
--- a/chrome/browser/resources/help/help.css
+++ b/chrome/browser/resources/help/help_content.css
@@ -1,19 +1,11 @@
-/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+/* Copyright 2014 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-body {
- -webkit-user-select: text;
-}
-
-#overlay .page:not(.showing) {
- display: none;
-}
-
#about-container {
- -webkit-box-align: center;
- display: -webkit-box;
+ align-items: center;
+ display: flex;
margin-top: 10px;
}
@@ -55,6 +47,10 @@ body {
margin-top: 200px;
}
+.overlay #product-container {
+ margin-top: 40px;
+}
+
.help-page-icon,
.help-page-icon-large {
background-repeat: no-repeat;
@@ -127,7 +123,7 @@ body {
}
.channel-change-error-bubble {
- display: -webkit-box;
+ display: flex;
}
.channel-change-error-icon {
« no previous file with comments | « chrome/browser/resources/help/help_base_page.js ('k') | chrome/browser/resources/help/help_content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698