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

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

Issue 6303003: DOMUI Prefs: Implement inline editability for startup pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CSS tweak Created 9 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 | 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 .exception-pattern { 7 .exception-pattern {
8 -webkit-box-flex: 1; 8 -webkit-box-flex: 1;
9 -webkit-margin-end: 10px; 9 -webkit-margin-end: 10px;
10 -webkit-margin-start: 14px; 10 -webkit-margin-start: 14px;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 } 49 }
50 50
51 .otr-explanation { 51 .otr-explanation {
52 font-style: italic; 52 font-style: italic;
53 } 53 }
54 54
55 #content-settings-exceptions-area list { 55 #content-settings-exceptions-area list {
56 margin-bottom: 10px; 56 margin-bottom: 10px;
57 margin-top: 4px; 57 margin-top: 4px;
58 } 58 }
59
60 #content-settings-exceptions-area input:invalid {
61 background-color: pink;
62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698