Support #27634
Gap between module menu items causes collapse on click
| Status: | Accepted | Start date: | 2011-06-22 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | CSS | |||
| Target version: | TYPO3 version 4.5 | |||
| Votes: | 2 (View) |
Description
Hello folks!
See the screenshot for a quick impression.
Between the menu items of the modules there
is a 1px gap/space and if you accidently click
there, the whole module section is collapsed.
This happens quite often to me.
Please fix this.
History
Updated by Steffen Gebert almost 2 years ago
- Status changed from New to Accepted
Updated by Kay Strobach almost 2 years ago
fix should be relativly easy:
typo3/sysext/t3skin/stylesheets/structure/module_menu.css
#typo3-menu li {
clear: both;
margin-bottom: 1px;
}
must be changed to:
#typo3-menu li {
clear: both;
padding-bottom: 1px;
}
This way there is no place to click through the li-tags down to the parent section.
@Steffen i will try to add this to gerrit again ;)
Updated by Mr. Hudson almost 2 years ago
Patch set 1 of change Id2b75826c91f84904b52567a5e31e240288018fd has been pushed to the review server.
It is available at http://review.typo3.org/2925
Updated by Mr. Hudson almost 2 years ago
Patch set 2 of change Id2b75826c91f84904b52567a5e31e240288018fd has been pushed to the review server.
It is available at http://review.typo3.org/2925
Updated by Mr. Hudson almost 2 years ago
Patch set 3 of change Id2b75826c91f84904b52567a5e31e240288018fd has been pushed to the review server.
It is available at http://review.typo3.org/2925
Updated by Mr. Hudson almost 2 years ago
Patch set 1 of change Id2b75826c91f84904b52567a5e31e240288018fd has been pushed to the review server.
It is available at http://review.typo3.org/3651
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7126