History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-15139
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Pegov
Reporter: Egor Malyshev
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

CSS styles defined for multiple elements display is not intuitive

Created: 07 Mar 07 14:59   Updated: 07 Mar 07 14:59
Component/s: CSS Editing
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,741
Severity: Medium


 Description  « Hide
When a CSS style is defined for more than one element, like this:

.section ul li, .section ul li, .section .ijProcedureSteps ul li {
list-style: disc;
padding-left: 10px;
margin-bottom: 4px;
}

Structure view shows .section ul li, .section ul li, .section .ijProcedureSteps ul li as the single element, which is not very intuitive, to my mind. Despite it's a single style definition, it's still about multiple different elements.

This might impact when for example, the user browses structure view looking for a specific element.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.