zotero/chrome/skin/default/zotero/about.css
Dan Stillman 6d212b1759 Update About window
- Add Zotero logo
- Move most acknowledgements to the website, where they can be more more
easily updated and more comprehensive
- Increase font size
- Center window on screen
2021-03-29 01:41:37 -04:00

71 lines
No EOL
864 B
CSS

dialog
{
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
}
#aboutcontent
{
background: white;
padding: 10px 16px;
font-size: 13px;
margin-bottom: 10px;
}
#logo {
margin: 7px 0 0 7px;
}
#version
{
color: gray;
margin-bottom: 5px;
-moz-user-select: text;
-moz-user-focus: normal;
cursor: text;
}
#changelog {
border: 0;
}
.subhead
{
margin-top: 5px;
font-weight: bold;
}
.subcontent
{
margin-left: 10px;
margin-bottom: 5px;
}
#about-text {
margin-top: .7em;
margin-bottom: .7em;
}
#about-text > p {
margin-left: .5em;
line-height: 1.4em;
}
span.text-link {
cursor: pointer;
color: -moz-nativehyperlinktext;
}
span.text-link:hover {
text-decoration: underline;
}
/* Remove default underline from XUL links */
label.zotero-text-link {
text-decoration: none;
}
label.zotero-text-link:hover {
text-decoration: underline;
}