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

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

Issue 7524020: Make the headers for protocol handler settings the same size as other headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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) 2011 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2011 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 .handlers-column-headers { 7 .handlers-column-headers {
8 display: -webkit-box; 8 display: -webkit-box;
9 font-size: 13px;
10 font-weight: bold;
9 } 11 }
10 12
11 .handlers-type-column { 13 .handlers-type-column {
12 width: 100px; 14 width: 100px;
13 -webkit-margin-end: 10px; 15 -webkit-margin-end: 10px;
14 -webkit-margin-start: 14px; 16 -webkit-margin-start: 14px;
15 } 17 }
16 18
17 .handlers-site-column { 19 .handlers-site-column {
18 color: #555;
19 max-width: 180px; 20 max-width: 180px;
20 } 21 }
21 22
22 .handlers-site-column select { 23 .handlers-site-column select {
23 max-width: 170px; 24 max-width: 170px;
24 } 25 }
25 26
26 .handlers-remove-column { 27 .handlers-remove-column {
27 -webkit-box-flex: 1; 28 -webkit-box-flex: 1;
28 } 29 }
(...skipping 18 matching lines...) Expand all
47 #handlers { 48 #handlers {
48 min-height: 250px; 49 min-height: 250px;
49 } 50 }
50 51
51 #handler-options list { 52 #handler-options list {
52 border-radius: 2px; 53 border-radius: 2px;
53 border: solid 1px #D9D9D9; 54 border: solid 1px #D9D9D9;
54 margin-bottom: 10px; 55 margin-bottom: 10px;
55 margin-top: 4px; 56 margin-top: 4px;
56 } 57 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698