Browse Source

Making list items 44px tall to better match the HIG.

pull/142/merge
connors 11 years ago
parent
commit
35c01f8692
  1. 4
      dist/ratchet.css
  2. 4
      lib/css/lists.css

4
dist/ratchet.css vendored

@ -502,7 +502,7 @@ a {
/* Pad each list item and add dividers */
.list li {
position: relative;
padding: 20px 60px 20px 10px; /* Given extra right padding to accomodate counts, chevrons or buttons */
padding: 11px 60px 11px 10px; /* Given extra right padding to accomodate counts, chevrons or buttons */
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
@ -516,7 +516,7 @@ a {
position: relative;
display: block;
padding: inherit;
margin: -20px -60px -20px -10px;
margin: -11px -60px -11px -10px;
color: inherit;
}

4
lib/css/lists.css

@ -11,7 +11,7 @@
/* Pad each list item and add dividers */
.list li {
position: relative;
padding: 20px 60px 20px 10px; /* Given extra right padding to accomodate counts, chevrons or buttons */
padding: 11px 60px 11px 10px; /* Given extra right padding to accomodate counts, chevrons or buttons */
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
@ -25,7 +25,7 @@
position: relative;
display: block;
padding: inherit;
margin: -20px -60px -20px -10px;
margin: -11px -60px -11px -10px;
color: inherit;
}

Loading…
Cancel
Save