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

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

Issue 10038034: Implemented a "Last Updated" field for the about page of Chrome OS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moved #include out of #if defined(OS_CHROMEOS) Created 8 years, 8 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/help/help.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 #more-info-container.visible { 83 #more-info-container.visible {
84 margin-bottom: 1.5em; 84 margin-bottom: 1.5em;
85 } 85 }
86 86
87 #more-info-container { 87 #more-info-container {
88 -webkit-transition: all 500ms linear; 88 -webkit-transition: all 500ms linear;
89 height: 0; 89 height: 0;
90 margin-bottom: 0; 90 margin-bottom: 0;
91 overflow: hidden; 91 overflow: hidden;
92 } 92 }
93
94 #last-updated-container.empty {
95 visibility: hidden;
96 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/help/help.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698