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

Side by Side Diff: chrome/browser/resources/options/content_settings.css

Issue 197523002: Show Zoom Levels as content settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 6 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
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 #content-settings-page { 5 #content-settings-page {
6 min-width: 620px; 6 min-width: 620px;
7 } 7 }
8 8
9 #content-settings-exceptions-area { 9 #content-settings-exceptions-area {
10 min-width: 540px; 10 min-width: 540px;
(...skipping 21 matching lines...) Expand all
32 } 32 }
33 33
34 #exception-column-headers > div { 34 #exception-column-headers > div {
35 font-weight: bold; 35 font-weight: bold;
36 } 36 }
37 37
38 #exception-pattern-column { 38 #exception-pattern-column {
39 -webkit-box-flex: 1; 39 -webkit-box-flex: 1;
40 } 40 }
41 41
42 #exception-behavior-column { 42 .exception-value-column-header {
43 width: 145px; 43 width: 145px;
44 } 44 }
45 45
46 .otr-explanation { 46 .otr-explanation {
47 font-style: italic; 47 font-style: italic;
48 } 48 }
49 49
50 #content-settings-exceptions-area list { 50 #content-settings-exceptions-area list {
51 margin-bottom: 10px; 51 margin-bottom: 10px;
52 margin-top: 4px; 52 margin-top: 4px;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 display: -webkit-box; 106 display: -webkit-box;
107 } 107 }
108 108
109 #media-audio-column { 109 #media-audio-column {
110 width: 6em; 110 width: 6em;
111 } 111 }
112 112
113 #media-video-column { 113 #media-video-column {
114 width: 8.5em; 114 width: 8.5em;
115 } 115 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/content_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698