mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
4127e1b365
uses Firebird/Thunderbird's toolkit customizable main toolbar Orbit 3+1 buttons Form button limited dependencies to other Moz App Suite module Calendar smart widget
33 lines
399 B
CSS
33 lines
399 B
CSS
#aboutDialog {
|
|
padding: 0px 0px 10px 0px;
|
|
}
|
|
|
|
#clientBox {
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
#brandName {
|
|
font-weight: bold; font-size: larger;
|
|
}
|
|
|
|
#detailsBox {
|
|
padding: 8px 10px 10px 8px;
|
|
}
|
|
|
|
#versionField {
|
|
background-color: #FFFFFF;
|
|
-moz-appearance: none;
|
|
border: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#copyright {
|
|
color: blue;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#groove {
|
|
margin-top: 0px;
|
|
}
|
|
|