#54753 - [Modern] dialog cleanup issues, r=andreww, a=ben

This commit is contained in:
hewitt%netscape.com 2000-10-05 21:34:55 +00:00
Родитель c463ad878c
Коммит b6e0838f15
5 изменённых файлов: 31 добавлений и 41 удалений

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

@ -41,47 +41,32 @@ toolbargrippy {
}
/**
* Large Dialog Header (with icon)
* Large Dialog Header
**/
.box-header
{
-moz-binding : url(chrome://communicator/content/dialogBindings.xml#largeheader);
-moz-binding : url(chrome://global/skin/globalBindings.xml#largeheader);
}
.box-header-header
.largeheader-box
{
padding : 0px 0px 4px 5px;
min-height : 34px;
}
.box-header-text-box
{
vertical-align : middle;
}
.box-header-text
{
color : white;
font-size : large;
font-weight : bold;
text-decoration : underline;
}
.box-header-icon-box
{
vertical-align : middle;
}
padding-top : 10px;
padding-bottom : 10px;
border-top : 1px solid #94AACE;
border-bottom : 1px solid #000000;
background-color : #5B7693;
color : #ffffff;
}
.box-header-circle-box
.largeheader-header-text
{
background-image : url("chrome://global/skin/button28-bg.gif");
background-repeat : no-repeat;
background-position : 50% 4px;
background-color : transparent;
min-width : 28px;
min-height : 32px;
margin : 1px 7px 1px 1px;
text-align : center;
font-weight : bold;
margin-left : 23px;
}
.largeheader-desc-text
{
margin-left : 44px;
}
/**

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

@ -39,13 +39,6 @@ treeitem[rowMigrate="no"] > treerow > treecell > .tree-button {
list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
}
.box-header-circle
{
list-style-image : url("chrome://communicator/skin/profile/profileicon-large.gif");
width : 10px;
height : 14px;
}
/* profile selection dialog */
html#intro {
width: 17em;

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

@ -100,7 +100,7 @@ titledbox {
button.color-button {
/* need to override large default min-width */
min-width : 44px;
min-width : 37px;
}
#ColorPickerSwatch {

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

@ -139,3 +139,9 @@
{
margin : 3px 5px 4px 5px;
}
.wizard-box
{
padding : 20px 44px 10px 44px;
}

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

@ -15,3 +15,9 @@ box#wizardButtons {
margin-top : 3px;
}
.box-wizardcontent
{
margin-left : 44px;
margin-right : 44px;
width : 30em;
}