开发者

ExtJS4 window header issue

开发者 https://www.devze.com 2023-03-25 01:48 出处:网络
We are using ExtJS4 in our application.But we are facing problem with window header.We need to remove header or decrease height using CSS from window but not the minimize tool.Please have a look into

We are using ExtJS4 in our application.But we are facing problem with window header.We need to remove header or decrease height using CSS from window but not the minimize tool.Please have a look into the image.You will find highlight portion on image that portion we need to remove.

ExtJS4 window header issue

CSS for that portion:

    <div id="component-1248" 
class="x-component x-component-default x-box-item" 
    role="presentation" 
style=开发者_开发问答"margin: 0pt; width: 374px; height: 15px; left: 1px; top: 0px;">&nbsp;</div>

My doubt is whether we can remove or decrease the height of the header (hightlight portion) but not the minimize tool.

Help would be appreciated.


Clearly if you decrease the height of the header, you will not be able to decrease it below the height of the minimize icon. What you could do is set background: none on the header element, which would eliminate the visual look of a "height" on the title.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号