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

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

Issue 5699004: [tabbed options] more work on content settings exceptions lists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: subclass 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 311
312 /* TODO(stuartmorgan): make this less specific once all pages 312 /* TODO(stuartmorgan): make this less specific once all pages
313 * are converted to the non-table style. 313 * are converted to the non-table style.
314 */ 314 */
315 section > div:only-of-type label { 315 section > div:only-of-type label {
316 display: block; 316 display: block;
317 margin: 5px 0; 317 margin: 5px 0;
318 } 318 }
319 319
320 .hidden { 320 .hidden {
321 display: none; 321 display: none !important;
322 } 322 }
323 323
324 .touch-slider { 324 .touch-slider {
325 -webkit-appearance: slider-horizontal; 325 -webkit-appearance: slider-horizontal;
326 } 326 }
327 327
328 select { 328 select {
329 margin: 0px; 329 margin: 0px;
330 } 330 }
331 331
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 label.radio > span, 477 label.radio > span,
478 .suboption { 478 .suboption {
479 -webkit-margin-start: 16px; 479 -webkit-margin-start: 16px;
480 display: block; 480 display: block;
481 } 481 }
482 482
483 html[os=mac] label.checkbox > input, 483 html[os=mac] label.checkbox > input,
484 html[os=mac] label.radio > input { 484 html[os=mac] label.radio > input {
485 margin-top: 2px; 485 margin-top: 2px;
486 } 486 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698