Tweak the about box styling some more and clean up styles.

This commit is contained in:
wolfbeast 2019-03-06 00:51:39 +01:00 committed by Roy Tam
commit 4db4774c93
5 changed files with 26 additions and 38 deletions

View file

@ -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;