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

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

Issue 6292014: DOMUI Prefs: Remove the startup page managment sub-page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add accidentally removed CSS 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
2 #startupPageManagement.settings-list > :last-child { 1 #startupPageManagement.settings-list > :last-child {
3 border-top: 1px solid #d9d9d9; 2 border-top: 1px solid #d9d9d9;
4 padding: 5px 10px; 3 padding: 5px 10px;
5 } 4 }
6 5
7 #startupPagesShortList { 6 #startupPagesList {
8 min-height: 0; 7 min-height: 64px;
9 } 8 }
10 9
11 .startup-page-list .title { 10 #startupPagesList .title {
12 width: 40%; 11 width: 40%;
13 } 12 }
14 13
15 .startup-page-list .url { 14 #startupPagesList .url {
16 -webkit-box-flex: 1; 15 -webkit-box-flex: 1;
17 color: #666; 16 color: #666;
18 } 17 }
19 18
20 .startup-page-list .url input { 19 #startupPagesList .url input {
21 box-sizing: border-box; 20 box-sizing: border-box;
22 margin: 0; 21 margin: 0;
23 width: 100%; 22 width: 100%;
24 } 23 }
25 24
26 #customHomePageGroup { 25 #customHomePageGroup {
27 display: -webkit-box; 26 display: -webkit-box;
28 -webkit-box-orient: horizontal; 27 -webkit-box-orient: horizontal;
29 } 28 }
30 29
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 #instantConfirmText { 70 #instantConfirmText {
72 font-family: inherit; 71 font-family: inherit;
73 white-space: pre-wrap; 72 white-space: pre-wrap;
74 width: 500px; 73 width: 500px;
75 } 74 }
76 75
77 #instantConfirmLearnMore { 76 #instantConfirmLearnMore {
78 position: absolute; 77 position: absolute;
79 bottom: 18px; 78 bottom: 18px;
80 } 79 }
81
82 #startupAddButton {
83 margin-left: 0;
84 margin-top: 10px;
85 }
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