how can i edit the size height and width of the introduction Gadget?
Above your HTML code, insert the following code snippet.
<style type="text/css">
#gadget-10000-renderbox
{
width:245px;
height: 351px;
}
#gadget-10000-chrome
{
width:245px;
height: 351px;
}
#gadget-10000-chrome .dashboard-item-header
{
display: none;
}
</style>
I'm not sure whether the introduction gadget's ID in your JIRA is same as 10000. In that case you got to find it out using Firebug.
Visit the following link to learn more about CSS.
Try using CSS. Beneath your introduction under general configuration, write CSS code to adjust the gadget size.
Use Firebug to identify necessary CSS selectors in the dashboard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please find my answer below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.