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

Side by Side Diff: pages/contributors.html

Issue 29334775: Issue 2873 - Making contributor tables responsive (Closed)
Patch Set: Removed unnessisary changes and fixed spacing Created Feb. 5, 2016, 6:38 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
« 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 title=Adblock Plus - Contributor Credits 1 title=Adblock Plus - Contributor Credits
2 2
3 <head> 3 <head>
4 <style type="text/css"> 4 <style type="text/css">
5 #content 5 #content
6 { 6 {
7 width: 980px; 7 width: 980px;
8 } 8 }
9 9
10 #pageactions 10 #pageactions
11 { 11 {
12 margin-left: 0; 12 margin-left: 0;
13 margin-right: 0; 13 margin-right: 0;
14 width: 100%; 14 width: 100%;
15 } 15 }
16 16
17 section 17 section
18 { 18 {
19 display: inline-block; 19 display: inline-block;
20 margin: 0 40px 0 0; 20 margin: 0 40px 0 0;
21 } 21 }
22 22
23 h3 23 h3
24 { 24 {
25 margin: 0px 0 10px 0; 25 margin: 0px 0 10px 0;
26 } 26 }
27 27
28 .contributors-table 28 .contributors-table
29 { 29 {
30 display: block;
31 margin: 0 0 40px 0; 30 margin: 0 0 40px 0;
32 border: 0; 31 border: 0;
33 } 32 }
34 33
35 .contributors-table td 34 .contributors-table td
36 { 35 {
37 padding: 10px 5px; 36 padding: 10px 5px;
38 min-width: 200px; 37 min-width: 200px;
39 border: 0; 38 border: 0;
40 } 39 }
(...skipping 22 matching lines...) Expand all
63 { 62 {
64 height: 40px; 63 height: 40px;
65 padding: 10px 0 5px 0; 64 padding: 10px 0 5px 0;
66 vertical-align: bottom; 65 vertical-align: bottom;
67 } 66 }
68 67
69 .contributors-table tbody td 68 .contributors-table tbody td
70 { 69 {
71 padding: 5px 5px; 70 padding: 5px 5px;
72 } 71 }
72
73 @media(max-width: 980px)
74 {
75 #content
76 {
77 width: auto;
78 }
79
80 section
81 {
82 display: block;
83 margin: 0px;
84 }
85
86 .contributors-table
87 {
88 width: 100%;
89 }
90
91 .contributors-table td
92 {
93 min-width: inherit;
94 width: 50%;
95 }
96 }
97
73 </style> 98 </style>
74 </head> 99 </head>
75 <section id="team"> 100 <section id="team">
76 <h3>{{s1 Team}}</h3> 101 <h3>{{s1 Team}}</h3>
77 <table class="contributors-table" rules="groups"> 102 <table class="contributors-table" rules="groups">
78 <thead> 103 <thead>
79 <tr> 104 <tr>
80 <td>{{s2 Name}}</td> 105 <td>{{s2 Name}}</td>
81 <td>{{s3 Role}}</td> 106 <td>{{s3 Role}}</td>
82 </tr> 107 </tr>
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 <td>Nickolay Ponomarev</td> 275 <td>Nickolay Ponomarev</td>
251 <td>{{s44 Developer (performance)}}</td> 276 <td>{{s44 Developer (performance)}}</td>
252 </tr> 277 </tr>
253 <tr> 278 <tr>
254 <td>Sebastian Schmidt (yath)</td> 279 <td>Sebastian Schmidt (yath)</td>
255 <td>{{s45 Developer (Adblock Plus for Android bug fix)}}</td> 280 <td>{{s45 Developer (Adblock Plus for Android bug fix)}}</td>
256 </tr> 281 </tr>
257 </tbody> 282 </tbody>
258 </table> 283 </table>
259 </section> 284 </section>
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