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

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

Issue 277083004: Added browser and OS credits link to EULA page. (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
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 75
76 #eula #stats-help-link { 76 #eula #stats-help-link {
77 color: rgb(49, 106, 197); 77 color: rgb(49, 106, 197);
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 {
86 clear: both;
87 font-size: small;
88 width: 620px;
89 }
90
85 #cros-eula-loading { 91 #cros-eula-loading {
86 -webkit-align-items: center; 92 -webkit-align-items: center;
87 -webkit-flex-direction: column; 93 -webkit-flex-direction: column;
88 -webkit-justify-content: center; 94 -webkit-justify-content: center;
89 display: none; 95 display: none;
90 height: 100%; 96 height: 100%;
91 width: 100%; 97 width: 100%;
92 } 98 }
93 99
94 .step.eula-loading #cros-eula-frame { 100 .step.eula-loading #cros-eula-frame {
95 display: none; 101 display: none;
96 } 102 }
97 103
98 .step.eula-loading #cros-eula-loading { 104 .step.eula-loading #cros-eula-loading {
99 display: -webkit-flex; 105 display: -webkit-flex;
100 } 106 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/about_os_credits.html ('k') | chrome/browser/resources/chromeos/login/oobe_screen_eula.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698