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

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

Issue 6541086: WebUI Prefs: Don't use display:block for labels (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove pointless rul 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 body { 1 body {
2 cursor: default; 2 cursor: default;
3 font-size: 13px; 3 font-size: 13px;
4 } 4 }
5 5
6 a:link { 6 a:link {
7 color: rgb(63, 110, 194); 7 color: rgb(63, 110, 194);
8 } 8 }
9 9
10 a:active { 10 a:active {
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 } 364 }
365 365
366 section > div:only-of-type { 366 section > div:only-of-type {
367 -webkit-box-flex: 1; 367 -webkit-box-flex: 1;
368 } 368 }
369 369
370 .option { 370 .option {
371 margin-top: 0; 371 margin-top: 0;
372 } 372 }
373 373
374 /* TODO(stuartmorgan): make this less specific once all pages 374 div.checkbox,
375 * are converted to the non-table style. 375 div.radio {
376 */
377 section > div:only-of-type label {
378 margin: 5px 0; 376 margin: 5px 0;
379 } 377 }
380 378
381 label.checkbox,
382 label.radio {
383 display: block
384 }
385
386 .hidden { 379 .hidden {
387 display: none !important; 380 display: none !important;
388 } 381 }
389 382
390 div.disabled { 383 div.disabled {
391 color: #888; 384 color: #888;
392 } 385 }
393 386
394 .touch-slider { 387 .touch-slider {
395 -webkit-appearance: slider-horizontal; 388 -webkit-appearance: slider-horizontal;
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 } 716 }
724 717
725 html[os=mac] label > input[type=checkbox], 718 html[os=mac] label > input[type=checkbox],
726 html[os=mac] label > input[type=radio] { 719 html[os=mac] label > input[type=radio] {
727 margin-top: 2px; 720 margin-top: 2px;
728 } 721 }
729 722
730 .suboption { 723 .suboption {
731 -webkit-margin-start: 16px; 724 -webkit-margin-start: 16px;
732 } 725 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/language_options.html ('k') | chrome/browser/resources/options/personal_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698