gecko-dev/xpfe/global/resources/skin/dialogs.css
matt%netscape.com 383f8bcc9f Moving xul.css from /src to the chrome directory
Changed the gif urls to /src directory and at
some point hyatt or i have to move these gifs over here
1999-07-14 00:26:29 +00:00

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