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

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

Issue 10692069: HiDPI assets for product_logo_16 / _32 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add todo Created 8 years, 5 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
16 #product-description { 21 #product-description {
17 -webkit-margin-start: 10px; 22 -webkit-margin-start: 10px;
18 } 23 }
19 24
20 #version-container { 25 #version-container {
21 margin-top: 30px; 26 margin-top: 30px;
22 } 27 }
23 28
24 #update-buttons-container { 29 #update-buttons-container {
25 margin-top: 5px; 30 margin-top: 5px;
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 #more-info-container { 99 #more-info-container {
95 -webkit-transition: all 500ms linear; 100 -webkit-transition: all 500ms linear;
96 height: 0; 101 height: 0;
97 margin-bottom: 0; 102 margin-bottom: 0;
98 overflow: hidden; 103 overflow: hidden;
99 } 104 }
100 105
101 #last-updated-container.empty { 106 #last-updated-container.empty {
102 visibility: hidden; 107 visibility: hidden;
103 } 108 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/help/help.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698