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

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

Issue 10837158: mac: Delete more 10.5-only code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mark 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
« no previous file with comments | « chrome/browser/process_info_snapshot_mac.cc ('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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 72
73 #update-status-icon.working { 73 #update-status-icon.working {
74 background-image: url('chrome://resources/images/throbber.svg'); 74 background-image: url('chrome://resources/images/throbber.svg');
75 } 75 }
76 76
77 #update-status-icon.failed { 77 #update-status-icon.failed {
78 background-image: url('chrome://theme/IDR_UPDATE_FAIL'); 78 background-image: url('chrome://theme/IDR_UPDATE_FAIL');
79 background-size: 17px; 79 background-size: 17px;
80 } 80 }
81 81
82 #update-obsolete-os-container {
83 -webkit-margin-start: 25px;
84 }
85
86 #more-info-expander { 82 #more-info-expander {
87 -webkit-padding-start: 0; 83 -webkit-padding-start: 0;
88 } 84 }
89 85
90 #more-info-container.visible { 86 #more-info-container.visible {
91 margin-bottom: 1.5em; 87 margin-bottom: 1.5em;
92 } 88 }
93 89
94 #more-info-container { 90 #more-info-container {
95 -webkit-transition: all 500ms linear; 91 -webkit-transition: all 500ms linear;
96 height: 0; 92 height: 0;
97 margin-bottom: 0; 93 margin-bottom: 0;
98 overflow: hidden; 94 overflow: hidden;
99 } 95 }
100 96
101 #last-updated-container.empty { 97 #last-updated-container.empty {
102 visibility: hidden; 98 visibility: hidden;
103 } 99 }
OLDNEW
« no previous file with comments | « chrome/browser/process_info_snapshot_mac.cc ('k') | chrome/browser/resources/help/help.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698