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

Side by Side Diff: chrome/browser/resources/chromeos/arc_support/main.css

Issue 2429793003: arc: Use overlay to show links from ToS. (Closed)
Patch Set: learn-more-content rename Created 4 years, 2 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
OLDNEW
1 /* Copyright 2016 The Chromium Authors. All rights reserved. 1 /* Copyright 2016 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 html, 5 html,
6 body, 6 body,
7 webview, 7 webview,
8 .section { 8 .section {
9 font-family: 'Roboto'; 9 font-family: 'Roboto';
10 height: 100%; 10 height: 100%;
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 background-size: 16px; 80 background-size: 16px;
81 } 81 }
82 82
83 .image-header { 83 .image-header {
84 display: block; 84 display: block;
85 height: 300px; 85 height: 300px;
86 padding: 0; 86 padding: 0;
87 width: 960px; 87 width: 960px;
88 } 88 }
89 89
90 .overlay-text .page {
91 width: 480px;
92 }
93
94 .overlay-text webview {
95 display: none;
96 }
97
98 .overlay-url .page {
99 width: 640px;
100 }
101
102 .overlay-url span {
103 display: none;
104 }
105
106 .overlay-url webview {
107 display: block;
108 height: 300px;
109 margin: 24px 8px 8px 8px;
110 padding: 0;
111 width: 100%;
112 }
113
90 .page { 114 .page {
91 font-family: 'Roboto'; 115 font-family: 'Roboto';
92 font-size: 13px; 116 font-size: 13px;
93 text-align: left; 117 text-align: left;
94 width: 480px;
95 } 118 }
96 119
97 .scrollable { 120 .scrollable {
98 flex: auto; 121 flex: auto;
99 margin: 0; 122 margin: 0;
100 overflow: auto; 123 overflow: auto;
101 padding: 0; 124 padding: 0;
102 } 125 }
103 126
104 .section { 127 .section {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 203
181 a:link { 204 a:link {
182 color: rgb(51, 103, 214); 205 color: rgb(51, 103, 214);
183 text-decoration: none; 206 text-decoration: none;
184 } 207 }
185 208
186 a:visited { 209 a:visited {
187 color: rgb(51, 103, 214); 210 color: rgb(51, 103, 214);
188 text-decoration: none; 211 text-decoration: none;
189 } 212 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/background.js ('k') | chrome/browser/resources/chromeos/arc_support/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698