Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to add a icon before the region header

Sgodavar-OracleMay 3 2019 — edited May 6 2019

I'm using APEX 18.2. I've report region with standard template, but could not find way to add icon before region title. So, tried adding the following just before the region title, but the icon does not align properly with region title. any ideas are appreciated, thanks

<span aria-hidden="true" class="fa fa-calendar-clock"></span>

the region header height is also limited with size below in my app..

.t-Region-header {

    line-height: .01rem !important;

  

}

Comments
Post Details
Added on May 3 2019
8 comments
2,795 views