Introduction Gadget height and Width

Samir Freelance
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 23, 2011

how can i edit the size height and width of the introduction Gadget?

2 answers

1 accepted

1 vote
Answer accepted
Sameera Shaakunthala [inactive]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 26, 2011

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.

http://www.w3schools.com/css/

0 votes
Sameera Shaakunthala [inactive]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 23, 2011

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.

Samir Freelance
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 23, 2011
how can set the size to be 245 x 351 in the introduction i inserted this html but now i want to resize it using css what should i do
Sameera Shaakunthala [inactive]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 26, 2011

Please find my answer below.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events