mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
21 lines
258 B
CSS
21 lines
258 B
CSS
box.icon {
|
|
margin: 1em 15px 0px 10px;
|
|
}
|
|
|
|
box#content {
|
|
margin-top: 1em;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
box#okCancelButtons {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
table#editFields {
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
div[id="info.header"] {
|
|
font-weight: bold;
|
|
} |