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

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

Issue 6034005: DOMUI: Implement the new-style Autofill options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes 2. 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 border-bottom: 1px solid #eeeeee; 302 border-bottom: 1px solid #eeeeee;
303 display: -webkit-box; 303 display: -webkit-box;
304 margin-top: 17px; 304 margin-top: 17px;
305 padding-bottom: 20px; 305 padding-bottom: 20px;
306 } 306 }
307 307
308 div.page section:last-child { 308 div.page section:last-child {
309 border-bottom: none; 309 border-bottom: none;
310 } 310 }
311 311
312 div.page > h3 {
313 font-size: 105%;
314 font-weight: bold;
315 margin: 20px 0 10px 0;
316 }
317
312 section > h3 { 318 section > h3 {
313 font-size: 105%; 319 font-size: 105%;
314 font-weight: bold; 320 font-weight: bold;
315 margin: 0; 321 margin: 0;
316 vertical-align: middle; 322 vertical-align: middle;
317 width: 140px; 323 width: 140px;
318 } 324 }
319 325
320 section > div:only-of-type { 326 section > div:only-of-type {
321 -webkit-box-flex: 1; 327 -webkit-box-flex: 1;
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 } 529 }
524 530
525 .suboption { 531 .suboption {
526 -webkit-margin-start: 16px; 532 -webkit-margin-start: 16px;
527 } 533 }
528 534
529 html[os=mac] label > input[type=checkbox], 535 html[os=mac] label > input[type=checkbox],
530 html[os=mac] label > input[type=radio] { 536 html[os=mac] label > input[type=radio] {
531 margin-top: 2px; 537 margin-top: 2px;
532 } 538 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698