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

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

Issue 5964003: Content settings lists moved to sub-sub pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix remove row Created 10 years 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 /* 1 /*
2 Copyright (c) 2010 The Chromium Authors. All rights reserved. 2 Copyright (c) 2010 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 */ 5 */
6 6
7 #contentSettingsPage list { 7 #contentSettingsExceptionsArea list {
stuartmorgan 2010/12/20 22:55:37 Lets move this style block to options_page.css wit
Evan Stade 2010/12/20 23:09:02 ok
8 border: 1px solid #d9d9d9; 8 border: 1px solid #d9d9d9;
9 border-radius: 2px; 9 border-radius: 2px;
10 } 10 }
11 11
12 .exceptionPattern { 12 .exceptionPattern {
13 display: -webkit-box; 13 display: -webkit-box;
14 -webkit-box-flex: 1; 14 -webkit-box-flex: 1;
15 } 15 }
16 16
17 .exceptionSetting { 17 .exceptionSetting {
18 display: inline-block; 18 display: inline-block;
19 width: 100px; 19 width: 100px;
20 margin-right: 20px; 20 margin-right: 20px;
21 } 21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698