gecko-dev/themes/classic/global/win/dialogOverlay.css

94 строки
2.0 KiB
CSS

/**
* Small Dialog Header (without icon)
**/
.box-smallheader
{
-moz-binding : url(chrome://global/content/dialogBindings.xml#smallheader);
border-left : 1px solid threedshadow;
border-top : 1px solid threedshadow;
border-right : 1px solid threedhighlight;
border-bottom : 1px solid threedhighlight;
margin : 0px 5px 6px 5px;
}
.toolbar-primary
{
padding : 0px 0px 3px 0px;
min-height : 0px;
background-image : url(chrome://global/skin/smallheader-bg.gif);
}
.box-smallheader-left
{
font-size : larger;
font-weight : bold;
padding-left : 6px;
}
.box-smallheader-right
{
padding-right : 6px;
}
.box-smallheader > .toolbar-primary
{
border : 1px solid threeddarkshadow;
vertical-align : middle;
padding-top : 3px;
}
/**
* Large Dialog Header (with icon)
**/
.box-header
{
-moz-binding : url(chrome://global/skin/classicBindings.xml#largeheader);
border-bottom : 1px solid threedhighlight;
}
.largeheader-box
{
background-color : #FFFFFF;
border-bottom : 1px solid threedshadow;
}
.largeheader-header-text
{
font-weight : bold;
margin-left : 23px;
}
.largeheader-desc-text
{
margin-left : 44px;
}
/**
* Dialog status line (blue) including progress area
**/
.box-status
{
visibility : collapsed;
}
/**
* Utility classes for use when combined headers/footers are used
**/
/* display area framed container */
#contentarea
{
border-top : 2px groove threedface;
border-bottom : 2px groove threedface;
padding : 7px;
}
/* top border on status area */
#wizardButtons
{
border-bottom : 1px solid threedshadow;
padding-top : 1px;
padding-bottom : 1px;
}