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

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

Issue 6064001: DOMUI: Narrow the last-child selector for sections. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 } 294 }
295 295
296 section { 296 section {
297 -webkit-box-orient: horizontal; 297 -webkit-box-orient: horizontal;
298 border-bottom: 1px solid #eeeeee; 298 border-bottom: 1px solid #eeeeee;
299 display: -webkit-box; 299 display: -webkit-box;
300 margin-top: 17px; 300 margin-top: 17px;
301 padding-bottom: 20px; 301 padding-bottom: 20px;
302 } 302 }
303 303
304 section:last-child { 304 div.page section:last-child {
305 border-bottom: none; 305 border-bottom: none;
306 } 306 }
307 307
308 section > h3 { 308 section > h3 {
309 font-size: 105%; 309 font-size: 105%;
310 font-weight: bold; 310 font-weight: bold;
311 margin: 0; 311 margin: 0;
312 vertical-align: middle; 312 vertical-align: middle;
313 width: 140px; 313 width: 140px;
314 } 314 }
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 } 506 }
507 507
508 .suboption { 508 .suboption {
509 -webkit-margin-start: 16px; 509 -webkit-margin-start: 16px;
510 } 510 }
511 511
512 html[os=mac] label > input[type=checkbox], 512 html[os=mac] label > input[type=checkbox],
513 html[os=mac] label > input[type=radio] { 513 html[os=mac] label > input[type=radio] {
514 margin-top: 2px; 514 margin-top: 2px;
515 } 515 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698