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

Side by Side Diff: chrome/browser/resources/help/help.css

Issue 10830051: Restore <img> src values now that grit converts these. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only add ThemeSource if we have theme support. Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 body { 6 body {
7 -webkit-user-select: text; 7 -webkit-user-select: text;
8 } 8 }
9 9
10 #about-container { 10 #about-container {
11 -webkit-box-align: center; 11 -webkit-box-align: center;
12 display: -webkit-box; 12 display: -webkit-box;
13 margin-top: 10px; 13 margin-top: 10px;
14 } 14 }
15 15
16 #help-product-logo {
17 /* TODO: Remove once http://crbug.com/135179 is fixed */
18 content: url('chrome://theme/IDR_PRODUCT_LOGO_32');
19 }
20
21 #product-description { 16 #product-description {
22 -webkit-margin-start: 10px; 17 -webkit-margin-start: 10px;
23 } 18 }
24 19
25 #version-container { 20 #version-container {
26 margin-top: 30px; 21 margin-top: 30px;
27 } 22 }
28 23
29 #update-buttons-container { 24 #update-buttons-container {
30 margin-top: 5px; 25 margin-top: 5px;
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 #more-info-container { 94 #more-info-container {
100 -webkit-transition: all 500ms linear; 95 -webkit-transition: all 500ms linear;
101 height: 0; 96 height: 0;
102 margin-bottom: 0; 97 margin-bottom: 0;
103 overflow: hidden; 98 overflow: hidden;
104 } 99 }
105 100
106 #last-updated-container.empty { 101 #last-updated-container.empty {
107 visibility: hidden; 102 visibility: hidden;
108 } 103 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_version_android.css ('k') | chrome/browser/resources/help/help.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698