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

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: 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 25 matching lines...) Expand all
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-behavior-column {
43 width: 145px; 43 width: 145px;
44 } 44 }
45 45
46 #exception-zoom-column {
47 width: 145px;
48 }
49
46 .otr-explanation { 50 .otr-explanation {
47 font-style: italic; 51 font-style: italic;
48 } 52 }
49 53
50 #content-settings-exceptions-area list { 54 #content-settings-exceptions-area list {
51 margin-bottom: 10px; 55 margin-bottom: 10px;
52 margin-top: 4px; 56 margin-top: 4px;
53 } 57 }
54 58
55 #disable-plugins-container { 59 #disable-plugins-container {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 display: -webkit-box; 110 display: -webkit-box;
107 } 111 }
108 112
109 #media-audio-column { 113 #media-audio-column {
110 width: 6em; 114 width: 6em;
111 } 115 }
112 116
113 #media-video-column { 117 #media-video-column {
114 width: 8.5em; 118 width: 8.5em;
115 } 119 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698