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

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

Issue 6340002: tabbed options - new clear browsing data overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment 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
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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 -webkit-box-flex: 1; 309 -webkit-box-flex: 1;
310 } 310 }
311 311
312 .option { 312 .option {
313 margin-top: 0; 313 margin-top: 0;
314 } 314 }
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 overlay > div:only-of-type label {
stuartmorgan 2011/01/14 22:25:32 Make sure to revert this change per discussion.
Evan Stade 2011/01/18 21:56:44 Done.
320 margin: 5px 0; 320 margin: 5px 0;
321 } 321 }
322 322
323 label.checkbox, 323 label.checkbox,
324 label.radio { 324 label.radio {
325 display: block 325 display: block
326 } 326 }
327 327
328 .hidden { 328 .hidden {
329 display: none !important; 329 display: none !important;
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 } 522 }
523 523
524 .suboption { 524 .suboption {
525 -webkit-margin-start: 16px; 525 -webkit-margin-start: 16px;
526 } 526 }
527 527
528 html[os=mac] label > input[type=checkbox], 528 html[os=mac] label > input[type=checkbox],
529 html[os=mac] label > input[type=radio] { 529 html[os=mac] label > input[type=radio] {
530 margin-top: 2px; 530 margin-top: 2px;
531 } 531 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698