gecko-dev/themes/modern/communicator/dialogOverlay.css
2000-10-05 21:34:55 +00:00

112 lines
2.2 KiB
CSS

/**
* Small Dialog Header (without icon)
**/
.box-smallheader
{
-moz-binding : url(chrome://communicator/content/dialogBindings.xml#smallheader);
border : 1px inset #CCCCCC;
margin : 0px 5px 6px 5px;
max-height : 30px;
}
.toolbar-primary
{
padding : 0px 0px 0px 0px;
min-height : 0px;
}
.box-smallheader-left
{
font-size : larger;
font-weight : bold;
color : #000000;
padding-left : 0px;
}
.box-smallheader-right
{
color : #000000;
padding-right : 0px;
}
.box-smallheader > .toolbar-primary
{
border : 1px solid #000000;
vertical-align : middle;
padding-top : 0px;
}
toolbargrippy {
display: none;
}
/**
* Large Dialog Header
**/
.box-header
{
-moz-binding : url(chrome://global/skin/globalBindings.xml#largeheader);
}
.largeheader-box
{
padding-top : 10px;
padding-bottom : 10px;
border-top : 1px solid #94AACE;
border-bottom : 1px solid #000000;
background-color : #5B7693;
color : #ffffff;
}
.largeheader-header-text
{
font-weight : bold;
margin-left : 23px;
}
.largeheader-desc-text
{
margin-left : 44px;
}
/**
* Dialog status line (blue) including progress area
**/
.box-status
{
-moz-binding : url(chrome://communicator/content/dialogBindings.xml#status);
}
.box-status-bg
{
padding : 1px 5px 1px 5px;
min-height : 0px ! important;
}
.box-status-text, .box-status-progress
{
color : #99cccc ! important;
}
/**
* Utility classes for use when combined headers/footers are used
**/
/* display area framed container */
#contentarea
{
border-top : 2px groove #CCCCCC;
border-bottom : 2px groove #CCCCCC;
padding : 7px;
}
/* top border on status area */
#wizardButtons
{
border-bottom : 1px outset #CCCCCC;
padding-top : 1px;
padding-bottom : 1px;
}