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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_eula.css

Issue 289043002: cros: Remove fixed width of credits div. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « 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 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 #eula { 6 #eula {
7 min-height: 395px; 7 min-height: 395px;
8 padding: 70px 17px 21px; 8 padding: 70px 17px 21px;
9 } 9 }
10 10
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 } 78 }
79 79
80 #eula .step-contents { 80 #eula .step-contents {
81 -webkit-margin-after: 30px; 81 -webkit-margin-after: 30px;
82 -webkit-margin-start: 32px; 82 -webkit-margin-start: 32px;
83 } 83 }
84 84
85 #eula .credits { 85 #eula .credits {
86 clear: both; 86 clear: both;
87 font-size: small; 87 font-size: small;
88 width: 620px;
89 } 88 }
90 89
91 #cros-eula-loading { 90 #cros-eula-loading {
92 -webkit-align-items: center; 91 -webkit-align-items: center;
93 -webkit-flex-direction: column; 92 -webkit-flex-direction: column;
94 -webkit-justify-content: center; 93 -webkit-justify-content: center;
95 display: none; 94 display: none;
96 height: 100%; 95 height: 100%;
97 width: 100%; 96 width: 100%;
98 } 97 }
99 98
100 .step.eula-loading #cros-eula-frame { 99 .step.eula-loading #cros-eula-frame {
101 display: none; 100 display: none;
102 } 101 }
103 102
104 .step.eula-loading #cros-eula-loading { 103 .step.eula-loading #cros-eula-loading {
105 display: -webkit-flex; 104 display: -webkit-flex;
106 } 105 }
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