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: Smaller implementation Created Feb. 5, 2016, 1:30 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
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 { 63 {
64 height: 40px; 64 height: 40px;
65 padding: 10px 0 5px 0; 65 padding: 10px 0 5px 0;
66 vertical-align: bottom; 66 vertical-align: bottom;
67 } 67 }
68 68
69 .contributors-table tbody td 69 .contributors-table tbody td
70 { 70 {
71 padding: 5px 5px; 71 padding: 5px 5px;
72 } 72 }
73
74 @media(max-width: 980px) {
75 #content
76 {
77 width: auto;
78 }
79 section
80 {
81 display: block;
82 margin: 0px;
83
84 }
85 .contributors-table
86 {
87 width: 100%;
88 display: table;
89 }
90 .contributors-table td
91 {
92 font-size: 12px;
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