70750 - new dialog xbl bindings, r=ben, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2001-10-02 23:53:06 +00:00
Родитель 00692d26fa
Коммит d34fc6d766
5 изменённых файлов: 1 добавлений и 245 удалений

Просмотреть файл

@ -1,21 +0,0 @@
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;
}

Просмотреть файл

@ -1,109 +0,0 @@
/**
* 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;
}
.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 #000000;
padding-top : 3px;
}
/**
* Large Dialog Header (with icon)
**/
.box-header
{
-moz-binding : url(chrome://communicator/content/dialogBindings.xml#largeheader);
}
.box-header-header
{
padding : 0px 0px 4px 5px;
min-height : 34px;
}
.box-header-text
{
color : white;
font-size : large;
font-weight : bold;
text-decoration : underline;
}
.box-header-circle
{
background-image : url("chrome://global/skin/button28-bg.gif");
background-repeat : no-repeat;
background-position : 50% 4px;
background-color : transparent;
min-width : 28px;
margin : 1px 7px 1px 1px;
height : 28px;
width : 28px;
}
/**
* 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;
}

Просмотреть файл

@ -4,9 +4,9 @@ classic.jar:
skin/classic/global/browser.css
skin/classic/global/button.css
skin/classic/global/checkbox.css
skin/classic/global/commonDialog.css
skin/classic/global/colorpicker.css
skin/classic/global/console.css
skin/classic/global/dialog.css
skin/classic/global/filepicker.css
skin/classic/global/formatting.css
skin/classic/global/global.css
@ -31,7 +31,6 @@ classic.jar:
skin/classic/global/classicBindings.xml
skin/classic/global/menulistBindings.xml
skin/classic/global/tasksOverlay.css
skin/classic/global/dialogOverlay.css
skin/classic/global/arrow-med-up.gif
skin/classic/global/arrow-med-up-hover.gif
skin/classic/global/arrow-med-down.gif

Просмотреть файл

@ -1,21 +0,0 @@
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;
}

Просмотреть файл

@ -1,92 +0,0 @@
/**
* Small Dialog Header (without icon)
**/
.box-smallheader
{
-moz-binding : url(chrome://communicator/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;
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;
}