mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Tweak the about box styling some more and clean up styles.
This commit is contained in:
parent
eaebddafa3
commit
4db4774c93
5 changed files with 26 additions and 38 deletions
|
|
@ -8,6 +8,7 @@
|
|||
}
|
||||
|
||||
#aboutVersionBox {
|
||||
font-family: Arial, helvetica;
|
||||
height: 38 px;
|
||||
}
|
||||
|
||||
|
|
@ -20,16 +21,36 @@
|
|||
|
||||
#distribution,
|
||||
#distributionId {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
display: none;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#aboutTextBox {
|
||||
font-family: Arial, helvetica;
|
||||
font-size: 14px;
|
||||
margin: 5px 20px;
|
||||
padding: 4px 10px 0px;
|
||||
border-radius: 3px;
|
||||
color: black;
|
||||
background-color: rgba(240, 240, 240, .6);
|
||||
}
|
||||
|
||||
#aboutLinkBox {
|
||||
font-family: Arial, helvetica;
|
||||
}
|
||||
|
||||
.text-credits {
|
||||
margin: 5px 0px;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.text-link,
|
||||
.text-link:focus {
|
||||
margin: 0px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue