mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
383f8bcc9f
Changed the gif urls to /src directory and at some point hyatt or i have to move these gifs over here
57 lines
933 B
CSS
57 lines
933 B
CSS
/** Contains style definitions for navigator dialogs
|
|
This file is experimental right now, but will sometime
|
|
be the base CSS file for all dialogs.
|
|
**/
|
|
|
|
|
|
table {
|
|
display: list;
|
|
cell-spacing: 2px;
|
|
cell-padding: 2px;
|
|
margin-top: 10;
|
|
margin-bottom: 10;
|
|
background: transparent;
|
|
}
|
|
|
|
tr.checkboxrow {
|
|
vertical-align: middle;
|
|
cell-spacing: 20px;
|
|
cell-padding: 20px;
|
|
}
|
|
|
|
input {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
td.fieldlabel {
|
|
text-align: right;
|
|
/* font-family: "Geneva"; */
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
|
|
button.defaultbutton {
|
|
/* font-family: "Charcoal"; */
|
|
font-size: 12pt;
|
|
padding-left: 24px;
|
|
padding-right: 24px;
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
button.cancelbutton {
|
|
/* font-family: "Arial, Charcoal"; */
|
|
font-size: 12pt;
|
|
padding-left: 24px;
|
|
padding-right: 24px;
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
td.buttonlabel {
|
|
/* font-family: "Geneva"; */
|
|
font-size: 9pt;
|
|
}
|