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

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: this.items 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 315
316 /* TODO(stuartmorgan): make this less specific once all pages 316 /* TODO(stuartmorgan): make this less specific once all pages
317 * are converted to the non-table style. 317 * are converted to the non-table style.
318 */ 318 */
319 section > div:only-of-type label { 319 section > div:only-of-type label {
320 display: block; 320 display: block;
321 margin: 5px 0; 321 margin: 5px 0;
322 } 322 }
323 323
324 .hidden { 324 .hidden {
325 display: none; 325 display: none !important;
326 } 326 }
327 327
328 .touch-slider { 328 .touch-slider {
329 -webkit-appearance: slider-horizontal; 329 -webkit-appearance: slider-horizontal;
330 } 330 }
331 331
332 select { 332 select {
333 margin: 0px; 333 margin: 0px;
334 } 334 }
335 335
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 label.radio > span, 481 label.radio > span,
482 .suboption { 482 .suboption {
483 -webkit-margin-start: 16px; 483 -webkit-margin-start: 16px;
484 display: block; 484 display: block;
485 } 485 }
486 486
487 html[os=mac] label.checkbox > input, 487 html[os=mac] label.checkbox > input,
488 html[os=mac] label.radio > input { 488 html[os=mac] label.radio > input {
489 margin-top: 2px; 489 margin-top: 2px;
490 } 490 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698