Actions
Bug #13157
closedLeft padding on status icons is too much on host index and show pages
Description
The fix for #13075 affected every page that uses status icons as well as text, it wasn't confined in any way to the padding between the icon and text on host#show.
Two instances of this:
1. The status icons and host names on hosts#index are now indented too far to the left, so the padding around the whole cell (top-left-bottom) is inconsistent.
2. The status icons on host#show are now out of line with the text in the cells below.
It has fixed the padding between icon and text, but the same class that was changed is applied to the icon as well as the text.
Files
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #13075: Missing padding between host#show status icon and caption added
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tom Caspy
- Pull request https://github.com/theforeman/foreman/pull/3139 added
Updated by Tom Caspy almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset a80e058901dd9bfc0e75b13963b2dc33123918f3.
Actions