Hello,
I am working with Telerik v2.0.50727 and am facing a problem with the arrow position for a sub menu.
When the menu is displayed, the arrow is displayed on the text as showed in the printscreen. Once I get over the menu with the mouse, everything is displayed properly.
I tried to change the margin and padding of the rmArrows and rmExpand classes without success. Is that a problem in my css? If yes, which css class do I have to use in order to have the arrow displayed properly ?
Thanks in advance for your answer.
I am working with Telerik v2.0.50727 and am facing a problem with the arrow position for a sub menu.
When the menu is displayed, the arrow is displayed on the text as showed in the printscreen. Once I get over the menu with the mouse, everything is displayed properly.
I tried to change the margin and padding of the rmArrows and rmExpand classes without success. Is that a problem in my css? If yes, which css class do I have to use in order to have the arrow displayed properly ?
Thanks in advance for your answer.
.RadMenu_Default .rmGroup .rmLink { |
padding-left: 0px !important; |
padding-right: 4px !important; |
padding-top: 0px !important; |
padding-bottom: 0px !important; |
background-color:#EEEEEE !important; |
} |
.RadMenu_Default .rmGroup .rmLink .rmText { |
padding-left: 0px !important; |
padding-right: 4px !important; |
padding-top: 0px !important; |
padding-bottom: 0px !important; |
} |
.RadMenu_Default .rmGroup { |
border: 0px solid #979797 !important; |
background: #f0f0f0 !important; |
} |