Chromium Code Reviews

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

Issue 6299011: DOMUI Prefs: Small style fixes for Basics page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/options/browser_options_page.css ('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
1 body { 1 body {
2 cursor: default; 2 cursor: default;
3 font-size: 100%; 3 font-size: 100%;
4 } 4 }
5 5
6 #settings-title { 6 #settings-title {
7 -webkit-padding-end: 24px; 7 -webkit-padding-end: 24px;
8 color: #53637d; 8 color: #53637d;
9 cursor: pointer; 9 cursor: pointer;
10 font-size: 200%; 10 font-size: 200%;
(...skipping 259 matching lines...)
270 color: #53637d; 270 color: #53637d;
271 font-size: 200%; 271 font-size: 200%;
272 font-weight: normal; 272 font-weight: normal;
273 margin: 0; 273 margin: 0;
274 padding-bottom: 4px; 274 padding-bottom: 4px;
275 padding-top: 13px; 275 padding-top: 13px;
276 } 276 }
277 277
278 .subpage-sheet .page h1 { 278 .subpage-sheet .page h1 {
279 padding-top: 4px; 279 padding-top: 4px;
280 margin-bottom: 10px;
280 } 281 }
281 282
282 section { 283 section {
283 -webkit-box-orient: horizontal; 284 -webkit-box-orient: horizontal;
284 border-bottom: 1px solid #eeeeee; 285 border-bottom: 1px solid #eeeeee;
285 display: -webkit-box; 286 display: -webkit-box;
286 margin-top: 17px; 287 margin-top: 17px;
287 padding-bottom: 20px; 288 padding-bottom: 20px;
288 } 289 }
289 290
(...skipping 290 matching lines...)
580 -webkit-border-radius: 2px; 581 -webkit-border-radius: 2px;
581 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); 582 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
582 background-image: url("select.png"), -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); 583 background-image: url("select.png"), -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
583 background-position: center right; 584 background-position: center right;
584 background-repeat: no-repeat; 585 background-repeat: no-repeat;
585 border: 1px solid #aaa; 586 border: 1px solid #aaa;
586 color: #555; 587 color: #555;
587 font-size: inherit; 588 font-size: inherit;
588 margin: 0; 589 margin: 0;
589 overflow: hidden; 590 overflow: hidden;
590 padding: 2px 20px 2px 3px; 591 padding: 2px 20px 2px 12px;
591 text-overflow: ellipsis; 592 text-overflow: ellipsis;
592 white-space: nowrap; 593 white-space: nowrap;
593 } 594 }
594 595
595 html[dir='rtl'] select { 596 html[dir='rtl'] select {
596 background-position: center left; 597 background-position: center left;
597 } 598 }
598 599
599 select:hover { 600 select:hover {
600 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); 601 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
(...skipping 27 matching lines...)
628 } 629 }
629 630
630 html[os=mac] label > input[type=checkbox], 631 html[os=mac] label > input[type=checkbox],
631 html[os=mac] label > input[type=radio] { 632 html[os=mac] label > input[type=radio] {
632 margin-top: 2px; 633 margin-top: 2px;
633 } 634 }
634 635
635 .suboption { 636 .suboption {
636 -webkit-margin-start: 16px; 637 -webkit-margin-start: 16px;
637 } 638 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options_page.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine