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

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

Issue 6342015: dom-ui settings: fix css syntax error. (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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 /* UI Controls */ 526 /* UI Controls */
527 527
528 button:focus, 528 button:focus,
529 input:focus, 529 input:focus,
530 input[type='submit']:focus, 530 input[type='submit']:focus,
531 select:focus { 531 select:focus {
532 outline-color: rgba(0, 128, 256, 0.5); 532 outline-color: rgba(0, 128, 256, 0.5);
533 } 533 }
534 534
535 /* TEXT */ 535 /* TEXT */
536 input[type='password], 536 input[type='password'],
537 input[type='text'] { 537 input[type='text'] {
538 -webkit-border-radius: 2px; 538 -webkit-border-radius: 2px;
539 border: 1px solid #aaa; 539 border: 1px solid #aaa;
540 font-size: inherit; 540 font-size: inherit;
541 padding: 3px; 541 padding: 3px;
542 } 542 }
543 543
544 /* BUTTON */ 544 /* BUTTON */
545 button, 545 button,
546 input[type='submit'] { 546 input[type='submit'] {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 } 634 }
635 635
636 html[os=mac] label > input[type=checkbox], 636 html[os=mac] label > input[type=checkbox],
637 html[os=mac] label > input[type=radio] { 637 html[os=mac] label > input[type=radio] {
638 margin-top: 2px; 638 margin-top: 2px;
639 } 639 }
640 640
641 .suboption { 641 .suboption {
642 -webkit-margin-start: 16px; 642 -webkit-margin-start: 16px;
643 } 643 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698