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

Side by Side Diff: chrome/browser/resources/options/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 body { 1 body {
2 -webkit-user-select: none; 2 -webkit-user-select: none;
3 cursor: default; 3 cursor: default;
4 font-size: 100%; 4 font-size: 100%;
5 } 5 }
6 6
7 #settings-title { 7 #settings-title {
8 -webkit-padding-end: 24px; 8 -webkit-padding-end: 24px;
9 color: #53637d; 9 color: #53637d;
10 font-size: 200%; 10 font-size: 200%;
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 border-bottom: 1px solid #eeeeee; 271 border-bottom: 1px solid #eeeeee;
272 color: #53637d; 272 color: #53637d;
273 font-size: 200%; 273 font-size: 200%;
274 font-weight: normal; 274 font-weight: normal;
275 margin: 0; 275 margin: 0;
276 padding-bottom: 4px; 276 padding-bottom: 4px;
277 padding-top: 13px; 277 padding-top: 13px;
278 } 278 }
279 279
280 #subpage-sheet .page > h1 { 280 #subpage-sheet .page > h1 {
281 padding-top: 7px; 281 padding-top: 4px;
282 } 282 }
283 283
284 section { 284 section {
285 -webkit-box-orient: horizontal; 285 -webkit-box-orient: horizontal;
286 border-bottom: 1px solid #eeeeee; 286 border-bottom: 1px solid #eeeeee;
287 display: -webkit-box; 287 display: -webkit-box;
288 margin-top: 17px; 288 margin-top: 17px;
289 padding-bottom: 20px; 289 padding-bottom: 20px;
290 } 290 }
291 291
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 label.radio > span, 482 label.radio > span,
483 .suboption { 483 .suboption {
484 -webkit-margin-start: 16px; 484 -webkit-margin-start: 16px;
485 display: block; 485 display: block;
486 } 486 }
487 487
488 html[os=mac] label.checkbox > input, 488 html[os=mac] label.checkbox > input,
489 html[os=mac] label.radio > input { 489 html[os=mac] label.radio > input {
490 margin-top: 2px; 490 margin-top: 2px;
491 } 491 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/resources/options/startup_page_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698