Merge lp:~jcsackett/launchpad/misaligned-details into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Curtis Hovey on 2012-07-27 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15705 |
| Proposed branch: | lp:~jcsackett/launchpad/misaligned-details |
| Merge into: | lp:launchpad |
| Diff against target: |
93 lines (+11/-16) 3 files modified
lib/lp/registry/javascript/sharing/granteetable.js (+4/-4) lib/lp/registry/javascript/sharing/sharingdetails.js (+4/-7) lib/lp/registry/templates/pillar-sharing-details.pt (+3/-5) |
| To merge this branch: | bzr merge lp:~jcsackett/launchpad/misaligned-details |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Curtis Hovey (community) | code | 2012-07-27 | Approve on 2012-07-27 |
|
Review via email:
|
|||
Commit Message
Fixes cosmetic issues on the sharing and grantee tables in the sharing views.
Description of the Change
Summary
=======
There are a few small cosmetic problems in the sharing details view;
misalignment, and text not spanning the appropriate columns.
Preimp
======
Spoke with Ian Booth, Curtis Hovey.
Implementation
==============
The bug summary in the details table view has been collapsed into one table
cell spanning the same number of columns.
The nothing shared message in details has been updated to cover all columns in
the table.
The main sharing table had a similar problem, resolved by simply reusing the
setup code for when there is nothing shared on the event where the last sharee
is removed.
Tests
=====
bin/test -vvct shar* --layer=YUI
QA
==
Make sure the cosmetic issues are resolved in the sharing views.
LoC
===
This is part of disclosure.
Lint
====
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
lib/lp/

Thank you for work with me on IRC to make general revisions the the table layout.