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 change region header height?

Richard_001-OracleNov 21 2017 — edited Nov 24 2017

Hello,

could anyone tell how to change region header height?

we are using region template Standard like below,but not sure

where should add [style="height:4px],Please instruct me to do it.

<div class="t-Region #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
<div class="t-Region-header">
  <div class="t-Region-headerItems t-Region-headerItems--title">
    <h2 class="t-Region-title" id="#REGION_STATIC_ID#_heading">#TITLE#</h2>
  </div>
  <div class="t-Region-headerItems t-Region-headerItems--buttons">#COPY##EDIT#<span class="js-maximizeButtonContainer"></span></div>
</div>
<div class="t-Region-bodyWrap">
   <div class="t-Region-buttons t-Region-buttons--top">
    <div class="t-Region-buttons-left">#PREVIOUS#</div>
    <div class="t-Region-buttons-right">#NEXT#</div>
   </div>
   <div class="t-Region-body">
     #BODY#
     #SUB_REGIONS#
   </div>
   <div class="t-Region-buttons t-Region-buttons--bottom">
    <div class="t-Region-buttons-left">#CLOSE##HELP#</div>
    <div class="t-Region-buttons-right">#DELETE##CHANGE##CREATE#</div>
   </div>
</div>
</div>

This post has been answered by matze276 on Nov 21 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 19 2017
Added on Nov 21 2017
2 comments
484 views