This is a migrated thread and some comments may be shown as answers.

Problem with links in panel items

1 Answer 38 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Andy Macourek
Top achievements
Rank 1
Andy Macourek asked on 06 Jun 2012, 03:17 PM
When I have links in my panel items, the link is moved to the next link and any text after it is removed.  Any ideas

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Jun 2012, 07:20 AM
Hello Andy,

I tried the following CSS and it worked as expected.
CSS:
<style type="text/css">
  RadPanelBar_Default .rpGroup a.rpLink, .RadPanelBar_Default .rpGroup a.rpLink .rpOut
  {
    color:Gray !important;
  }
</style>

Thanks,
Princy.
Tags
PanelBar
Asked by
Andy Macourek
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or