Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/solutions/style.html

Issue 29453600: Issue 4961 - Fix card group field alignment on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Rebase Created July 17, 2017, 1:41 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <style> 1 <style>
2 2
3 .card-summary 3 .card-summary
4 { 4 {
5 height: auto; 5 height: auto;
6 } 6 }
7 7
8
juliandoucette 2017/07/18 22:07:34 NIT: Extra whitespace.
ire 2017/07/20 17:43:23 Done.
8 @media(min-width: 544px) 9 @media(min-width: 544px)
9 { 10 {
10 .card-summary 11 .card-summary
11 { 12 {
12 height: 140px; 13 height: 140px;
13 } 14 }
14 } 15 }
15 16
16 @media(min-width: 768px) 17 @media(min-width: 768px)
17 { 18 {
(...skipping 14 matching lines...) Expand all
32 @media(min-width: 768px) 33 @media(min-width: 768px)
33 { 34 {
34 .card.list 35 .card.list
35 { 36 {
36 display: block; 37 display: block;
37 width: 70%; 38 width: 70%;
38 margin: 0 auto; 39 margin: 0 auto;
39 } 40 }
40 } 41 }
41 42
43 @supports (display: grid)
44 {
45 .card-footer .m-t-md
juliandoucette 2017/07/18 22:07:34 I don't think we need .m-t-md in this .card-footer
ire 2017/07/20 17:43:23 You're right! Done.
46 {
47 margin-top: 0 !important;
48 }
49 }
50
42 </style> 51 </style>
OLDNEW

Powered by Google App Engine
This is Rietveld