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

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

Issue 5998005: DOMUI: Fix the AutoFill profile list CSS selector for the last item. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .autofill-list-item { 1 .autofill-list-item {
2 -webkit-padding-start: 8px; 2 -webkit-padding-start: 8px;
3 } 3 }
4 4
5 #autofill-options > div:last-child { 5 #autofill-options > div:last-child {
6 margin-top: 15px; 6 margin-top: 15px;
7 } 7 }
8 8
9 #autofill-options * div.settings-list > :last-child { 9 #autofill-options > div.settings-list > div:last-child {
10 border-top: 1px solid #D9D9D9; 10 border-top: 1px solid #D9D9D9;
11 padding: 5px 10px; 11 padding: 5px 10px;
12 } 12 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698