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

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

Issue 6278009: DOMUI: Set a min-height of 200px for sub-page lists. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« 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 cursor: default; 2 cursor: default;
3 font-size: 100%; 3 font-size: 100%;
4 } 4 }
5 5
6 #settings-title { 6 #settings-title {
7 -webkit-padding-end: 24px; 7 -webkit-padding-end: 24px;
8 color: #53637d; 8 color: #53637d;
9 cursor: pointer; 9 cursor: pointer;
10 font-size: 200%; 10 font-size: 200%;
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 -webkit-padding-end: 24px; 268 -webkit-padding-end: 24px;
269 border-bottom: 1px solid #eeeeee; 269 border-bottom: 1px solid #eeeeee;
270 color: #53637d; 270 color: #53637d;
271 font-size: 200%; 271 font-size: 200%;
272 font-weight: normal; 272 font-weight: normal;
273 margin: 0; 273 margin: 0;
274 padding-bottom: 4px; 274 padding-bottom: 4px;
275 padding-top: 13px; 275 padding-top: 13px;
276 } 276 }
277 277
278 .page list {
279 min-height: 200px;
280 }
281
278 .subpage-sheet .page h1 { 282 .subpage-sheet .page h1 {
279 padding-top: 4px; 283 padding-top: 4px;
280 margin-bottom: 10px; 284 margin-bottom: 10px;
281 } 285 }
282 286
283 section { 287 section {
284 -webkit-box-orient: horizontal; 288 -webkit-box-orient: horizontal;
285 border-bottom: 1px solid #eeeeee; 289 border-bottom: 1px solid #eeeeee;
286 display: -webkit-box; 290 display: -webkit-box;
287 margin-top: 17px; 291 margin-top: 17px;
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 } 633 }
630 634
631 html[os=mac] label > input[type=checkbox], 635 html[os=mac] label > input[type=checkbox],
632 html[os=mac] label > input[type=radio] { 636 html[os=mac] label > input[type=radio] {
633 margin-top: 2px; 637 margin-top: 2px;
634 } 638 }
635 639
636 .suboption { 640 .suboption {
637 -webkit-margin-start: 16px; 641 -webkit-margin-start: 16px;
638 } 642 }
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