Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 423617

Summary: sites pages table rows can become unmatched
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: ClientAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public
Version: 5.0   
Target Milestone: 6.0 M2   
Hardware: PC   
OS: All   
Whiteboard:
Attachments:
Description Flags
screenshot none

Description Grant Gayed CLA 2013-12-09 13:22:03 EST
Created attachment 238173 [details]
screenshot

20131207

- reducing the browser's width leads to a situation where the table showing a site has different-sized header and content rows (looks odd)
- screenshot is attached
Comment 1 Curtis Windatt CLA 2013-12-09 14:09:01 EST
The change is trivial if someone wants to get it in for M1.  The sitesPanel class specifies a minimum width which is unnecessary.  The table looks fine shrunk down to <200px in Firefox and Chrome.  Also tested that this doesn't break when sites are organized by groups.

https://git.eclipse.org/r/19527

Note that all settings in the base sitesPanel css class have been commented out, so if preferred we could delete it (the combination .displayTable .sitesPanel would have to stay).
Comment 2 Curtis Windatt CLA 2014-09-25 16:14:10 EDT
This was fixed some time ago with other changes I made to the sites page.