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

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

Issue 3171003: DOMUI: Add basic HTML for the AutoFill options page. (Closed)
Patch Set: 80 cols. Created 10 years, 4 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
« no previous file with comments | « chrome/browser/resources/options/autofill_options.html ('k') | 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
(Empty)
1 div.autofill-section {
2 display: block;
3 padding: 1em 0 0;
4 }
5
6 #profileSelectContainer {
7 display: -webkit-box;
8 }
9
10 #profileSelectLeftColumn {
11 -webkit-box-flex: 1;
12 }
13 #profileSelectLeftColumn select {
14 width: 100%;
15 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/autofill_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698