Jump to content

Recommended Posts

Posted

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

  • 4 months later...
  • 7 years later...
Posted
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;
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...