ce26db3495
This custom credits panel gives us more flexibility. Also, there is an About link which is certainly easier to find than right-clicking on the extension in the Add-ons window.
35 lines
No EOL
313 B
CSS
35 lines
No EOL
313 B
CSS
dialog
|
|
{
|
|
padding-top: 0px;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
}
|
|
|
|
#aboutcontent
|
|
{
|
|
background: white;
|
|
padding: 10px;
|
|
}
|
|
|
|
#name
|
|
{
|
|
font-size: large;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#version
|
|
{
|
|
color: gray;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.subhead
|
|
{
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.subcontent
|
|
{
|
|
margin-left: 10px;
|
|
} |