gecko-dev/composer/base/skin/aboutDialog.css
daniel%glazman.org 4127e1b365 Standalone Composer 0.01
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
2003-10-19 13:24:52 +00:00

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