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

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

Issue 5594006: DOMUI Prefs: Add a subpage for startup page management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add changes lost during merge to trunk 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 #startupPageManagement { 1 #startupPageManagement.fullView {
2 border: 1px solid #d9d9d9; 2 border: 1px solid #d9d9d9;
3 border-radius: 2px; 3 border-radius: 2px;
4 } 4 }
5 5
6 #startupPages { 6 #startupPagesShortList {
7 height: auto; 7 height: auto;
8 padding-bottom: 1px; 8 padding-bottom: 1px;
9 } 9 }
10 10
11 #startupPageManagement > :last-child { 11 #startupPageManagement.fullView > :last-child {
12 border-top: 1px solid #d9d9d9; 12 border-top: 1px solid #d9d9d9;
13 padding: 5px 10px; 13 padding: 5px 10px;
14 } 14 }
15 15
16 #customHomePageGroup { 16 #customHomePageGroup {
17 display: -webkit-box; 17 display: -webkit-box;
18 -webkit-box-orient: horizontal; 18 -webkit-box-orient: horizontal;
19 } 19 }
20 20
21 #customHomePageGroup > div { 21 #customHomePageGroup > div {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 #instantConfirmText { 61 #instantConfirmText {
62 font-family: inherit; 62 font-family: inherit;
63 white-space: pre-wrap; 63 white-space: pre-wrap;
64 width: 500px; 64 width: 500px;
65 } 65 }
66 66
67 #instantConfirmLearnMore { 67 #instantConfirmLearnMore {
68 position: absolute; 68 position: absolute;
69 bottom: 18px; 69 bottom: 18px;
70 } 70 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698