edmilsonmattos Posted May 4, 2015 Posted May 4, 2015 Hello friendsWhen 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 Quote
silviocneri Posted June 18, 2023 Posted June 18, 2023 On 5/4/2015 at 7:10 PM, edmilsonmattos said: .test { background: # 333; width: 450px; margin: auto; padding: 10px; text-align: center; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.