----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14328/#review26418 -----------------------------------------------------------
Ship it! Ship It! - Ben Mahler On Sept. 26, 2013, 4:37 p.m., Ross Allen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/14328/ > ----------------------------------------------------------- > > (Updated Sept. 26, 2013, 4:37 p.m.) > > > Review request for mesos and Ben Mahler. > > > Bugs: MESOS-702 > https://issues.apache.org/jira/browse/MESOS-702 > > > Repository: mesos-git > > > Description > ------- > > Aligned column headers to top for consistent rendering. > > "vertical-align: bottom;", which is Bootstrap's default for <th> > elements, renders inconsistently when the cell contains enough content > to wrap. > > Nuking the style lets ".table th, .table td" win with > "vertical-align: top;" and renders consistently. > > Review: https://reviews.apache.org/r/14328/ > > > Diffs > ----- > > src/webui/master/static/css/mesos.css > 26c5ee7d7cefe1521e8b4a796a7310be6c30cc3d > > Diff: https://reviews.apache.org/r/14328/diff/ > > > Testing > ------- > > Rendered home.html in Chrome and in Firefox, shrank window small enough for > content to wrap, and confirmed "vertical-align: top;" rendered consistently. > > > File Attachments > ---------------- > > Before style change > https://reviews.apache.org/media/uploaded/files/2013/09/25/before.png > After style change > https://reviews.apache.org/media/uploaded/files/2013/09/25/after.png > > > Thanks, > > Ross Allen > >
