CSS changes for editor dialogs, b=47695, r=sfraser

This commit is contained in:
cmanske%netscape.com 2000-09-01 22:01:06 +00:00
Родитель 91c1d284bc
Коммит 0e5476a6ce
3 изменённых файлов: 15 добавлений и 3 удалений

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

@ -84,7 +84,7 @@ titledbox {
width:20px;
height: 16px;
border: 1px inset #CCCCCC;
margin: 4px;
margin: 3px 1px 5px 8px;
}
.color-well[default="true"] {
@ -93,6 +93,10 @@ titledbox {
}
.color-button {
/* shouldn't have to do this!
but can't get sizing in stack to work!
*/
width: 38px;
background: transparent;
}

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

@ -84,7 +84,7 @@ titledbox {
width:20px;
height: 16px;
border: 1px inset #CCCCCC;
margin: 4px;
margin: 3px 1px 5px 8px;
}
.color-well[default="true"] {
@ -93,6 +93,10 @@ titledbox {
}
.color-button {
/* shouldn't have to do this!
but can't get sizing in stack to work!
*/
width: 38px;
background: transparent;
}

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

@ -84,7 +84,7 @@ titledbox {
width:20px;
height: 16px;
border: 1px inset #CCCCCC;
margin: 1px 0px 2px 4px;
margin: 3px 1px 5px 8px;
}
.color-well[default="true"] {
@ -93,6 +93,10 @@ titledbox {
}
.color-button {
/* shouldn't have to do this!
but can't get sizing in stack to work!
*/
width: 38px;
background: transparent;
}