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

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

Issue 99873002: fix a help page CSS transition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « no previous file | no next file » | 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 #overlay .page:not(.showing) { 10 #overlay .page:not(.showing) {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 94
95 #more-info-expander { 95 #more-info-expander {
96 -webkit-padding-start: 0; 96 -webkit-padding-start: 0;
97 } 97 }
98 98
99 #more-info-container.visible { 99 #more-info-container.visible {
100 margin-bottom: 1.5em; 100 margin-bottom: 1.5em;
101 } 101 }
102 102
103 #more-info-container { 103 #more-info-container {
104 -webkit-transition: all 500ms linear; 104 -webkit-transition: all 200ms;
105 height: 0; 105 height: 0;
106 margin-bottom: 0; 106 margin-bottom: 0;
107 overflow: hidden; 107 overflow: hidden;
108 } 108 }
109 109
110 #build-date-container.empty { 110 #build-date-container.empty {
111 visibility: hidden; 111 visibility: hidden;
112 } 112 }
113 113
114 #channel-change-confirmation { 114 #channel-change-confirmation {
(...skipping 21 matching lines...) Expand all
136 background-size: 22px; 136 background-size: 22px;
137 vertical-align: top; 137 vertical-align: top;
138 } 138 }
139 139
140 .channel-change-error-text { 140 .channel-change-error-text {
141 -webkit-margin-start: 4px; 141 -webkit-margin-start: 4px;
142 display: block; 142 display: block;
143 vertical-align: top; 143 vertical-align: top;
144 width: 240px; 144 width: 240px;
145 } 145 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698