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

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

Issue 6575012: More autofill overlay HTML cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One selector per line 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 #autofill-edit-address-overlay { 1 #autofill-edit-address-overlay,
2 #autofill-edit-credit-card-overlay {
2 width: 500px; 3 width: 500px;
3 } 4 }
4 5
5 div.table { 6 div.table {
6 display: table; 7 display: table;
7 } 8 }
8 9
9 div.cell { 10 div.cell {
10 display: table-cell; 11 display: table-cell;
11 max-width: 151px; 12 max-width: 151px;
12 } 13 }
13 14
14 div.row { 15 div.row {
15 display: table-row; 16 display: table-row;
16 } 17 }
17 18
18 div.input { 19 div.input {
19 padding: 2px; 20 padding: 2px;
20 } 21 }
21 22
22 input.form { 23 input.form {
23 width: 90%; 24 width: 90%;
24 max-width: 151px; 25 max-width: 151px;
25 } 26 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/autofill_edit_creditcard_overlay.js ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698