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

Side by Side Diff: chrome/browser/resources/options2/autofill_overlay.css

Issue 9309116: [Clean up] Fix style guide nits in chrome/browser/resources/options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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 #autofill-edit-address-overlay { 5 #autofill-edit-address-overlay {
6 min-width: 510px; 6 min-width: 510px;
7 } 7 }
8 8
9 #autofill-edit-credit-card-overlay { 9 #autofill-edit-credit-card-overlay {
10 min-width: 500px; 10 min-width: 500px;
(...skipping 26 matching lines...) Expand all
37 max-width: 450px; 37 max-width: 450px;
38 } 38 }
39 39
40 #autofill-edit-address-overlay list { 40 #autofill-edit-address-overlay list {
41 /* Min height is a multiple of the list item height (32) */ 41 /* Min height is a multiple of the list item height (32) */
42 min-height: 32px; 42 min-height: 32px;
43 width: 176px; 43 width: 176px;
44 } 44 }
45 45
46 #autofill-edit-address-overlay list div.static-text { 46 #autofill-edit-address-overlay list div.static-text {
47 -webkit-border-radius: 2px;
47 -webkit-box-flex: 1; 48 -webkit-box-flex: 1;
48 -webkit-border-radius: 2px; 49 -webkit-padding-end: 4px;
49 -webkit-padding-start: 4px; 50 -webkit-padding-start: 4px;
50 -webkit-padding-end: 4px;
51 border: 1px solid darkGray; 51 border: 1px solid darkGray;
52 /* Set the line-height and min-height to match the height of an input element, 52 /* Set the line-height and min-height to match the height of an input element,
53 * so that even empty cells renderer with the correct height. 53 * so that even empty cells renderer with the correct height.
54 */ 54 */
55 line-height: 1.75em; 55 line-height: 1.75em;
56 min-height: 1.75em; 56 min-height: 1.75em;
57 width: 141px; 57 width: 141px;
58 } 58 }
59 59
60 #autofill-edit-address-overlay list input { 60 #autofill-edit-address-overlay list input {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 } 92 }
93 93
94 #full-name-list div[role='listitem'] > div { 94 #full-name-list div[role='listitem'] > div {
95 -webkit-box-orient: horizontal; 95 -webkit-box-orient: horizontal;
96 display: -webkit-box; 96 display: -webkit-box;
97 } 97 }
98 98
99 #full-name-list div[role='listitem'] > div > div { 99 #full-name-list div[role='listitem'] > div > div {
100 -webkit-box-flex: 1; 100 -webkit-box-flex: 1;
101 } 101 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/alert_overlay.css ('k') | chrome/browser/resources/options2/browser_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698