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

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

Issue 12330137: Allow normal users to change per session flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix include for a moved file. Created 7 years, 9 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 | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/resources/flags.html » ('j') | 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 body { 5 body {
6 margin: 10px; 6 margin: 10px;
7 <if expr="not pp_ifdef('android')"> 7 <if expr="not pp_ifdef('android')">
8 min-width: 47em; 8 min-width: 47em;
9 </if> 9 </if>
10 /* Should match needs-restart.height + 5 */ 10 /* Should match needs-restart.height + 5 */
(...skipping 29 matching lines...) Expand all
40 background-position: right center; 40 background-position: right center;
41 } 41 }
42 42
43 h1 { 43 h1 {
44 font-size: 156%; 44 font-size: 156%;
45 font-weight: bold; 45 font-weight: bold;
46 margin: 0; 46 margin: 0;
47 padding: 0; 47 padding: 0;
48 } 48 }
49 49
50 #blurb-container { 50 .blurb-container {
51 font-size: 120%; 51 font-size: 120%;
52 padding-bottom: 1.5em; 52 padding-bottom: 1.5em;
53 } 53 }
54 54
55 #blurb-warning { 55 #blurb-warning {
56 color: red; 56 color: red;
57 font-weight: bold; 57 font-weight: bold;
58 } 58 }
59 59
60 div.content { 60 div.content {
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 padding-right: 15px; 164 padding-right: 15px;
165 padding-top: 15px; 165 padding-top: 15px;
166 position: fixed; 166 position: fixed;
167 width: 100%; 167 width: 100%;
168 } 168 }
169 169
170 button { 170 button {
171 font-size: 104%; 171 font-size: 104%;
172 } 172 }
173 173
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/resources/flags.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698