Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE GA1, 6.2.0 CE M2
-
Fix Version/s: 6.1.20 EE GA2, 6.2.0 CE M2
-
Component/s: Collaboration, Collaboration > Blogs
-
Environment:Windows 7
Chrome 18.0.1025.152 m
Opera 11.62
Safari 5.1.5
Internet Explorer 9
-
Fix Priority:1
-
Similar Issues:
Description
Possible related issue: LPS-25420 (closed)
Steps to reproduce:
- Log in to Liferay
- [Manage] > [Site Pages]
- [Add Page]
- Select Template: Blog
- [Add Page]
- [x] (close modal)
- Navigate to new blog page
- Mouse over any even row (light blue) under the "Recent Bloggers" section.
What happens:
The content of the row shifts right 1px.
Cause:
/THEMENAME-theme/css/application.css
.results-row.alt td
Suggested Fix:
.results-row.alt td
The border-width line appears to be unnecessary and interferes with the inherited border on:
.results-row td
Bug does not appear to effect Firefox 11.0.

Fixed in commit b81e8821cc76c72714643d1f6276f3fccc7d5045 due to overlap with
LPS-27956.