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

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

Issue 6034005: DOMUI: Implement the new-style Autofill options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 10 years 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 div.autofill-section { 1 .autofill-list-item {
2 display: block; 2 padding-left: 8px;
arv (Not doing code reviews) 2010/12/22 18:14:07 -webkit-padding-start?
James Hawkins 2010/12/22 21:22:31 Done.
3 padding: 1em 0 0;
4 } 3 }
5 4
6 #profile-select-container { 5 #autofill-options > div:last-child {
7 display: -webkit-box; 6 margin-top: 15px;
8 } 7 }
9 8
10 #profile-select-left-column { 9 #autofill-options * div.settings-list > :last-child {
11 -webkit-box-flex: 1; 10 border-top: 1px solid #D9D9D9;
11 padding: 5px 10px;
12 } 12 }
13
14 #profile-select-left-column select {
15 width: 100%;
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698