Jump to content

UniContainerPanel Replace CSS


edmilsonmattos

Recommended Posts

Hello friends
When I create a UniContainerPanel it generates this HTML + CSS below:

<div id="O11_id" style="background-color: rgb(171, 171, 171); left: 362px; top: -88px; width: 640px; height: 398px; padding: 0px; border-width: 0px; margin: 0px; right: auto;" class="x-container x-abs-layout-item x-container-default x-abs-layout-ct">
<span role="presentation" style="display: table; width: 100%; table-layout: fixed; height: 100%;" id="O11_id-outerCt">
<div role="presentation" class="" style="display:table-cell;height:100%;vertical-align:top;" id="O11_id-innerCt">
</div>
</span>
</div>

For unicontainerpanel be rounded and shaded, now I have to use one image! How could this change css ??? It could be a css like this:

.test {
background: # 333;
width: 450px;
margin: auto;
padding: 10px;
text-align: center;

-moz-border-radius: 7px;
-webkit-border-radius: 7px;
  border-radius: 7px;
}

 

 

Remembering that my unipanelcontainer will have buttons inside !!!

 

More like this change css ??? It is possible to change ?? Any example ??

 

 

Thanks in advance

Link to comment
Share on other sites

  • 4 months later...
  • 7 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...