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

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

Issue 808753006: Add back i18n-values=.*font{Family,fontSize} for now (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a full stop Created 5 years, 11 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 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 body { 4 body {
5 background-color: rgb(230, 230, 230); 5 background-color: rgb(230, 230, 230);
6 font-family: Helvetica, Arial, sans-serif;
7 font-size: 10pt; 6 font-size: 10pt;
8 margin: 50px 40px 20px 40px; 7 margin: 50px 40px 20px 40px;
9 text-align: center; 8 text-align: center;
10 } 9 }
11 10
12 #main-frame-blocked { 11 #main-frame-blocked {
13 margin: auto; 12 margin: auto;
14 max-width: 540px; 13 max-width: 540px;
15 min-width: 200px; 14 min-width: 200px;
16 } 15 }
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 } 105 }
107 106
108 #request-access-button { 107 #request-access-button {
109 order: 1; 108 order: 1;
110 } 109 }
111 110
112 button { 111 button {
113 width: 100%; 112 width: 100%;
114 } 113 }
115 } 114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698