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

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

Issue 6552002: Used dashed-form for autofill overlay ids (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: auto-fill => autofill, restore overlay page name Created 9 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 #autoFillEditAddressOverlay { 1 #autofill-edit-address-overlay {
2 width: 500px; 2 width: 500px;
3 } 3 }
4 4
5 div.table { 5 div.table {
6 display: table; 6 display: table;
7 } 7 }
8 8
9 div.cell { 9 div.cell {
10 display: table-cell; 10 display: table-cell;
11 max-width: 151px; 11 max-width: 151px;
12 } 12 }
13 13
14 div.row { 14 div.row {
15 display: table-row; 15 display: table-row;
16 } 16 }
17 17
18 div.input { 18 div.input {
19 padding: 2px; 19 padding: 2px;
20 } 20 }
21 21
22 input.form { 22 input.form {
23 width: 90%; 23 width: 90%;
24 max-width: 151px; 24 max-width: 151px;
25 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698